input_tdm bug: every other sample on odd channels is swapped

caleb

Active member
Hi there,
I found a bug in the Teensy audio library, TDM, where every other sample on odd channels is swapped. That is, on channels 1, 3, 5, 7, 9, 11, 13, 15, the odd and even samples are swapped.

I've created a pull-request here:

<see below>

with the requisite fix.

Thanks,
-Caleb
 
Back
Top