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+.
AudioNode.connect
and AudioNode.disconnect
with selective arguments.