I want to create a very basic AudioContext()-instance playing a sound either on the left or on the right channel.
I know, there is already an answer about this here: https://stackoverflow.com/a/20850704/1138860
My problem is, I have to control the gain via a GainNode.
Whenever I conntect the GainNode, it makes the left/right channel to output sound again.
I extended the original Example from the answer with a GainNode: http://jsbin.com/cofiwugeca/4/edit?js,output