adjust frames num

This commit is contained in:
2025-03-10 19:56:12 +01:00
parent 13fe21e9ee
commit 28f7f7f90f
+2 -2
View File
@@ -17,8 +17,8 @@
*/ */
/* MPX */ /* MPX */
#define NUM_MPX_FRAMES_IN 512 #define NUM_MPX_FRAMES_IN 256
#define NUM_MPX_FRAMES_OUT (NUM_MPX_FRAMES_IN * 2) #define NUM_MPX_FRAMES_OUT (NUM_MPX_FRAMES_IN * 4)
/* /*
* The sample rate at which the MPX generation runs at * The sample rate at which the MPX generation runs at
*/ */