Solve no right-channel audio when in binaural mode

This commit is contained in:
Ed Gonzalez 2015-05-26 14:53:21 -05:00
parent 569fc2455a
commit 484b4f6da0

View file

@ -516,7 +516,7 @@ static void* _sched_waveform_thread(void* param)
// put the fsample into the outbound packet
((Complex*)buf_desc->buf_ptr)[i].real = fsample;
((Complex*)buf_desc->buf_ptr)[i].imag = 0;
((Complex*)buf_desc->buf_ptr)[i].imag = fsample;
}
} else {