We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I need to output different waveforms on each channel (left,right).
I have tried using 2 AudioOutput and muting the left/right channel using setBalance and setPan but i find that the muting is not complete. I.E. the sound from left leaks to the right channel.
Answers
You can use mute() for the left or right channel. Also check this example
http://code.compartmental.net/minim/audiosample_field_left.html
and the minim documentationhttp://code.compartmental.net/minim/
.Hi,
Thanks for the answer. Doesnt mute() just mutes the entire output? I dont see how I can mute only one side.