AudioMixSettings interface
The settings for an AudioMix operation see: NorskTransform.audioMix()
Signature:
export interface AudioMixSettings<Pins extends string> extends ProcessorNodeSettings<AudioMixNode<Pins>>Extends: ProcessorNodeSettings<AudioMixNode<Pins>>
Properties
| Property | Type | Description | 
|---|---|---|
| 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 | ||
| string | The source name to use for the output stream | |
| (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 | ||
| readonly AudioMixSource<Pins>[] | The audio sources to mix |