void disconnect([AudioNode? destinationNode, int? output, int? input]) => JsUtil.callMethod(this, 'disconnect', [destinationNode, output, input]);