NorskTransform.audioBuildMultichannel() method

Aggregate many single-channel audio streams into a stream with the specified channel layout. The streams must all have the same sample format and sample rate. The order of the streams provided for the channels is important.

Signature:

audioBuildMultichannel(settings: AudioBuildMultichannelSettings): Promise<AudioBuildMultichannelNode>;

Parameters

Parameter Type Description

settings

AudioBuildMultichannelSettings

Settings for the builder, including the channel layout and stream keys specifying the sources for each channel.

Returns:

Find Examples