mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
adjust frames num
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
|
||||
/* MPX */
|
||||
#define NUM_MPX_FRAMES_IN 512
|
||||
#define NUM_MPX_FRAMES_OUT (NUM_MPX_FRAMES_IN * 2)
|
||||
#define NUM_MPX_FRAMES_IN 256
|
||||
#define NUM_MPX_FRAMES_OUT (NUM_MPX_FRAMES_IN * 4)
|
||||
/*
|
||||
* The sample rate at which the MPX generation runs at
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user