createChannelSplitter method
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.ChannelSplitterNodeconstructor is the recommended way to create a ChannelSplitterNode; see Creating an AudioNode.
Implementation
external ChannelSplitterNode createChannelSplitter([int numberOfOutputs]);