AudioBuildMultichannelSettings interface

Settings for an Audio Build Multichannel Node see: NorskTransform.audioBuildMultichannel()

Signature:

export interface AudioBuildMultichannelSettings extends ProcessorNodeSettings<AudioBuildMultichannelNode>

Properties

Property Type Description

channelLayout

ChannelLayout

The channel layout of the built outgoing stream

channelList

readonly StreamKey[]

Stream keys specifying the source for each channel, where the order is significant. The streams must all have the same sample format and sample rate.

onInputChanged?

(keys: StreamKey[]) ⇒ StreamKey[] | undefined

(Optional) Callback invoked when the inbound context changes a new channel list can be returned here that overrides the initial configuration and allows the channel order to be changed at runtime

outputStreamKey

StreamKey

The stream key to use for the outoging stream

sampleRate

SampleRate