diff --git a/src/rds95.c b/src/rds95.c index 1315621..3070e9b 100644 --- a/src/rds95.c +++ b/src/rds95.c @@ -15,7 +15,7 @@ #define RDS_DEVICE "RDS" #define DEFAULT_CONFIG_PATH "/etc/rds95.conf" -#define DEFAULT_STREAMS 2 +#define DEFAULT_STREAMS 1 #define MAX_STREAMS 4 #define NUM_MPX_FRAMES 128 @@ -245,4 +245,4 @@ exit: if (rds_device != NULL) pa_simple_free(rds_device); return 0; -} \ No newline at end of file +}