0
1
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:
2025-03-10 19:56:12 +01:00
parent 13fe21e9ee
commit 28f7f7f90f

View File

@@ -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
*/