AudioMixSettings interface

The settings for an AudioMix operation see: NorskTransform.audioMix()

Signature:

export interface AudioMixSettings<Pins extends string> extends ProcessorNodeSettings<AudioMixNode<Pins>>

Properties

Property Type Description

channelLayout

ChannelLayout

The channel layout that the mixer runs at all audio streams will be normalised to this value and therefore this will be the output channel layout of this node

outputSource

string

The source name to use for the output stream

sampleRate?

SampleRate

(Optional) The sample rate that the mixer runs at all audio streams will be normalised to this value and therefore this will be the output sample rate of this node

sources

readonly AudioMixSource<Pins>[]

The audio sources to mix