AudioEncodeSettings interface
Settings for an audio encode see: NorskTransform.audioEncode()
Signature:
export interface AudioEncodeSettings extends ProcessorNodeSettings<AudioEncodeNode>
Extends: ProcessorNodeSettings<AudioEncodeNode>
Properties
| Property | Type | Description |
|---|---|---|
number |
(Optional) Latency in milliseconds for the audio gap filler. Higher values allow better concealment of gaps/overlaps at the cost of added audio delay. Defaults to 0 (no latency). |
|
number |
The target bitrate of this encode |
|
The channel layout of this encode Note: If the channel layout doesn’t match then it will be automatically converted to gain greater control over this process, see NorskTransform.audioMix() and NorskTransform.audioMixMatrix() |
||
What codec to (re) encode the audio to |
||
string |
The name given to the rendition portion of the stream key assigned to this node’s output |