thats usb dumbass

This commit is contained in:
2024-12-31 22:09:19 +01:00
parent 45958269ea
commit d1191a5fdc
+1 -1
View File
@@ -189,7 +189,7 @@ int main() {
mpx[i] = mono * MONO_VOLUME + mpx[i] = mono * MONO_VOLUME +
pilot * PILOT_VOLUME + pilot * PILOT_VOLUME +
(stereo_i*cos38+stereo_q*sin38)*STEREO_VOLUME; (stereo_i*cos38-stereo_q*sin38)*STEREO_VOLUME;
} }
if (pa_simple_write(output_device, mpx, sizeof(mpx), NULL) < 0) { if (pa_simple_write(output_device, mpx, sizeof(mpx), NULL) < 0) {