This commit is contained in:
Kuba 2023-11-01 07:44:45 +00:00
parent 525e8c4e6c
commit 0235109fb3
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ int fm_mpx_get_samples(float *mpx_buffer, int drds, float compressor_decay, floa
} else { } else {
mpx_buffer[i] = mpx_buffer[i] =
mpx_buffer[i] + // RDS data samples are currently in mpx_buffer :to be Remove in NFM 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 else