createChannelSplitter method

ChannelSplitterNode createChannelSplitter([
  1. int numberOfOutputs
])

The createChannelSplitter() method of the BaseAudioContext Interface is used to create a ChannelSplitterNode, which is used to access the individual channels of an audio stream and process them separately.

Note: The ChannelSplitterNode.ChannelSplitterNode constructor is the recommended way to create a ChannelSplitterNode; see Creating an AudioNode.

Implementation

external ChannelSplitterNode createChannelSplitter([int numberOfOutputs]);