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 | Settings for the builder, including the channel layout and stream keys specifying the sources for each channel. | 
Returns:
Promise<AudioBuildMultichannelNode>
Find Examples
Search for examples using audioBuildMultichannel in our examples repo.