I have tried all channels with the following result. When I put in my first output commend "1"
audioWrite(context, n, 1, outr);
audioWrite(context, n, 7, out);
than i only listen the 660 Hz on the left speaker of my headphone tone. But when i switch the channel to "0"
audioWrite(context, n, 0, outr);
audioWrite(context, n, 7, out);
than I listen the 660 Hz and 100 Hz both together on the left speaker. But still nothing on the right speaker.
Maybe it depands on the hardware. In the Attachment yiu can see the CTAG Beast with the connected headphones
