NorskTransform.audioSplitMultichannel() method

Split a multichannel audio stream into its individual channels. The first channel receives the specified stream key, and each subsequent channel increments the stream id on the stream key.

Signature:

audioSplitMultichannel(settings: AudioSplitMultichannelSettings): Promise<AudioSplitMultichannelNode>;

Parameters

Parameter Type Description

settings

AudioSplitMultichannelSettings

Settings for the splitter

Returns:

Find Examples