diff --git a/src/ssb_stereo_coder.c b/src/ssb_stereo_coder.c index 556c83e..99199e0 100644 --- a/src/ssb_stereo_coder.c +++ b/src/ssb_stereo_coder.c @@ -189,7 +189,7 @@ int main() { mpx[i] = mono * MONO_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) {