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:
2025-01-01 02:38:53 +01:00
parent 60a43e2e15
commit f28dc739d1

View File

@@ -194,7 +194,7 @@ int main() {
mpx[i] = delay_line(&monoDelay, mono) * MONO_VOLUME +
pilot * PILOT_VOLUME +
apply_low_pass_filter(&ssb_lpf, lsb)*STEREO_VOLUME;
apply_low_pass_filter(&ssb_lpf, lsb)/6 *STEREO_VOLUME;
}
if (pa_simple_write(output_device, mpx, sizeof(mpx), NULL) < 0) {