0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00
This commit is contained in:
2024-12-30 12:34:03 +01:00
parent b76f96c992
commit 6481a99e00

View File

@@ -184,7 +184,7 @@ int main() {
mpx[i] = mono*MONO_VOLUME + mpx[i] = mono*MONO_VOLUME +
(stereo * stereo_carrier)*STEREO_VOLUME + (stereo * stereo_carrier)*STEREO_VOLUME +
(pilot * PILOT_VOLUME) + (pilot * PILOT_VOLUME) +
(rds_sample * rds_carrier)*RDS_VOLUME; (1.0f * rds_carrier)*RDS_VOLUME;
} }
float_array_to_s16le(mpx, output, BUFFER_SIZE); float_array_to_s16le(mpx, output, BUFFER_SIZE);