From 0235109fb377a2a4f3cc19e6a5c1ff21f7d35338 Mon Sep 17 00:00:00 2001 From: Kuba <132459354+KubaPro010@users.noreply.github.com> Date: Wed, 1 Nov 2023 07:44:45 +0000 Subject: [PATCH] comment --- src/pifmrds/fm_mpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pifmrds/fm_mpx.c b/src/pifmrds/fm_mpx.c index 35415b3..11d6846 100644 --- a/src/pifmrds/fm_mpx.c +++ b/src/pifmrds/fm_mpx.c @@ -326,7 +326,7 @@ int fm_mpx_get_samples(float *mpx_buffer, int drds, float compressor_decay, floa } else { mpx_buffer[i] = mpx_buffer[i] + // RDS data samples are currently in mpx_buffer :to be Remove in NFM - 9.0*(out_left+out_right); // Unmodulated monophonic signal + 9.0*(out_left+out_right); // Unmodulated L+R signal } } else