Skip to content

Commit

Permalink
Merge pull request #2562 from KristofferStrube/main
Browse files Browse the repository at this point in the history
Swap input and output in audioDestination description
  • Loading branch information
svgeesus committed Mar 7, 2024
2 parents 0c5f2df + b31c2bb commit 8b7e3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -4380,7 +4380,7 @@ Methods</h4>
destination {{AudioNode}}.

<pre class=argumentdef for="AudioNode/disconnect(destinationNode, output, input)">
destinationNode: The <code>destinationNode</code> parameter is the {{AudioNode}} to disconnect. <span class="synchronous">If there is no connection to the <code>destinationNode</code> from the given input to the given output, an {{InvalidAccessError}} exception MUST be thrown.</span>
destinationNode: The <code>destinationNode</code> parameter is the {{AudioNode}} to disconnect. <span class="synchronous">If there is no connection to the <code>destinationNode</code> from the given output to the given input, an {{InvalidAccessError}} exception MUST be thrown.</span>
output: The <code>output</code> parameter is an index describing which output of the {{AudioNode}} from which to disconnect. <span class="synchronous">If this parameter is out-of-bounds, an {{IndexSizeError}} exception MUST be thrown.</span>
input: The <code>input</code> parameter is an index describing which input of the destination {{AudioNode}} to disconnect. <span class="synchronous">If this parameter is out-of-bounds, an {{IndexSizeError}} exception MUST be thrown.</span>
</pre>
Expand Down

0 comments on commit 8b7e3f1

Please sign in to comment.