AudioEncodeSettings interface

Settings for an audio encode see: NorskTransform.audioEncode()

Signature:

export interface AudioEncodeSettings extends ProcessorNodeSettings<AudioEncodeNode>

Properties

Property Type Description

bitrate

number

The target bitrate of this encode

channelLayout

ChannelLayout

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()

codec

OpusSettings | AacSettings

What codec to (re) encode the audio to

outputRenditionName

string

The name given to the rendition portion of the stream key assigned to this node’s output