WebAudio AudioNode selective disconnect Sample

Available in Chrome 43+

The overloaded method AudioNode.disconnect supports disconnecting either all connections, or a single connection (see the audio node spec). Selective disconnection, choosing a specific signal path to disconnect, is supported as of Chrome 43+.

Plays a demo audio file, but only connects the right channel. The left channel is toggled via AudioNode.connect and AudioNode.disconnect with selective arguments.