comment
This commit is contained in:
parent
525e8c4e6c
commit
0235109fb3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue