This commit is contained in:
2024-12-30 12:34:03 +01:00
parent b76f96c992
commit 6481a99e00
+1 -1
View File
@@ -184,7 +184,7 @@ int main() {
mpx[i] = mono*MONO_VOLUME +
(stereo * stereo_carrier)*STEREO_VOLUME +
(pilot * PILOT_VOLUME) +
(rds_sample * rds_carrier)*RDS_VOLUME;
(1.0f * rds_carrier)*RDS_VOLUME;
}
float_array_to_s16le(mpx, output, BUFFER_SIZE);