Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AudioNormalizationAlgorithm

import type { AudioNormalizationAlgorithm } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Choose one of the following audio normalization algorithms: ITU-R BS.1770-1: Ungated loudness. A measurement of ungated average loudness for an entire piece of content, suitable for measurement of short-form content under ATSC recommendation A/85. Supports up to 5.1 audio channels. ITU-R BS.1770-2: Gated loudness. A measurement of gated average loudness compliant with the requirements of EBU-R128. Supports up to 5.1 audio channels. ITU-R BS.1770-3: Modified peak. The same loudness measurement algorithm as 1770-2, with an updated true peak measurement. ITU-R BS.1770-4: Higher channel count. Allows for more audio channels than the other algorithms, including configurations such as 7.1.

type AudioNormalizationAlgorithm =
| "ITU_BS_1770_1"
| "ITU_BS_1770_2"
| "ITU_BS_1770_3"
| "ITU_BS_1770_4"

§Type

§
"ITU_BS_1770_1" | "ITU_BS_1770_2" | "ITU_BS_1770_3" | "ITU_BS_1770_4" | cmnP.UnexpectedEnumValue
[src]