AudioMixSource interface
The settings for a single source within an AudioMix operation see: NorskTransform.audioMix()
Signature:
export interface AudioMixSource<Pins>
Properties
Property | Type | Description |
---|---|---|
readonly Gain[] |
(Optional) A vector of gains for this source, one for each channel |
|
Pins |
The name of the InputPin for this source |