ChannelMergerNode
open class ChannelMergerNode(context: BaseAudioContext, options: ChannelMergerOptions = definedExternally) : AudioNode(source)
The ChannelMergerNode
interface, often used in conjunction with its opposite, ChannelSplitterNode, reunites different mono inputs into a single output.