mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-31 01:09:17 +02:00
why
This commit is contained in:
+1
-5
@@ -14,7 +14,7 @@
|
|||||||
#define RDS_DEVICE "RDS"
|
#define RDS_DEVICE "RDS"
|
||||||
#define RDS2_DEVICE "RDS2"
|
#define RDS2_DEVICE "RDS2"
|
||||||
|
|
||||||
#define NUM_MPX_FRAMES 2048
|
#define NUM_MPX_FRAMES 512
|
||||||
|
|
||||||
static uint8_t stop_rds;
|
static uint8_t stop_rds;
|
||||||
|
|
||||||
@@ -98,10 +98,6 @@ int main(int argc, char **argv) {
|
|||||||
format.channels = 1;
|
format.channels = 1;
|
||||||
format.rate = RDS_SAMPLE_RATE;
|
format.rate = RDS_SAMPLE_RATE;
|
||||||
|
|
||||||
buffer.prebuf = 0;
|
|
||||||
buffer.tlength = 12228;
|
|
||||||
buffer.maxlength = 12228;
|
|
||||||
|
|
||||||
rds1_device = pa_simple_new(
|
rds1_device = pa_simple_new(
|
||||||
NULL,
|
NULL,
|
||||||
"rds95",
|
"rds95",
|
||||||
|
|||||||
Reference in New Issue
Block a user