mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
oh
This commit is contained in:
@@ -193,7 +193,7 @@ int main() {
|
||||
|
||||
mpx[i] = delay_line(&monoDelay, mono) * MONO_VOLUME +
|
||||
pilot * PILOT_VOLUME +
|
||||
(lsb-usb)*STEREO_VOLUME;
|
||||
(usb-lsb)*STEREO_VOLUME;
|
||||
}
|
||||
|
||||
if (pa_simple_write(output_device, mpx, sizeof(mpx), NULL) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user