0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 11:33:54 +01:00
This commit is contained in:
2024-12-31 22:15:10 +01:00
parent f9f346407d
commit d1ff879d9e

View File

@@ -191,7 +191,7 @@ int main() {
mpx[i] = mono * MONO_VOLUME +
pilot * PILOT_VOLUME +
(usb-lsb)*STEREO_VOLUME;
(lsb-usb)*STEREO_VOLUME;
}
if (pa_simple_write(output_device, mpx, sizeof(mpx), NULL) < 0) {