0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00

default one stream

This commit is contained in:
Kuba
2025-08-02 12:27:30 +02:00
committed by GitHub
parent 44118417c8
commit 09fb504b58

View File

@@ -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;
}
}