From 28f7f7f90fa290c4d1a2aaa7b28ff37dd2c6fe31 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 10 Mar 2025 19:56:12 +0100 Subject: [PATCH] adjust frames num --- src/fm_mpx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fm_mpx.h b/src/fm_mpx.h index 7f53ec6..d939d5c 100644 --- a/src/fm_mpx.h +++ b/src/fm_mpx.h @@ -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 */