createChannelSplitter

fun createChannelSplitter(numberOfOutputs: Int = definedExternally): ChannelSplitterNode(source)

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.

MDN Reference