Class DolbyLoudnessFilter

Export

DolbyLoudnessFilter

Hierarchy (view full)

Constructors

Properties

The form of the content, used to optimize the loudness measurement gating. Content longer than 3 minutes (180 seconds) is considered long-form, shorter content is considered short-form. Default value is 'AUTO_DETECT'.

Memberof

DolbyLoudnessFilter

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

dialogueIntelligence?: DolbyLoudnessDialogueIntelligence

Whether to use the Dolby Dialogue Intelligence feature, which identifies and analyzes dialogue segments within the audio as a basis for speech gating. Default value is 'ENABLED'.

Memberof

DolbyLoudnessFilter

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

maximumTruePeakLevel?: number

The maximum true-peak level the corrected audio may reach. Range is from '-8.0' to '-0.1'. Default value is '-2.0'. Values are measured in dBTP (dB True Peak). Note that the maximum true peak level must be set at least 6 dB above the target loudness.

Memberof

DolbyLoudnessFilter

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

speechDetectionThreshold?: number

The percentage of speech that must be detected within the audio before the dialogue loudness is used as the basis for loudness correction. Range is from '0' to '100'. Default value is '20'. This is only applied when dialogueIntelligence is 'ENABLED', as it selects between speech-gated and un-gated loudness measurement.

Memberof

DolbyLoudnessFilter

targetLoudness?: number

The target integrated loudness the audio should be corrected to. Range is from '-31' to '-8'. Default value is '-24'. Value is measured in LKFS (Loudness, K-weighted, relative to Full Scale).

Memberof

DolbyLoudnessFilter

type: FilterType = FilterType.DOLBY_LOUDNESS

Discriminator property for Filter

Memberof

DolbyLoudnessFilter

_discriminatorMapping: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'