Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions files/en-us/web/api/mediastreamaudiosourcenode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ The number of channels output by the node matches the number of tracks found in
<tr>
<th scope="row">Channel count</th>
<td>
defined by the first audio {{domxref("MediaStreamTrack")}}
passed to the
{{domxref("AudioContext.createMediaStreamSource()")}}
method that created it.
2 (but note that {{domxref("AudioNode.channelCount")}} is only used for up-mixing and down-mixing {{domxref("AudioNode")}} inputs, and {{domxref("MediaStreamAudioSourceNode")}} doesn't have any input)
</td>
</tr>
</tbody>
Expand Down