View a markdown version of this page

AWS::MediaLive::Channel AudioPreMixerSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::MediaLive::Channel AudioPreMixerSettings

Contains settings for preprocessing audio before interleaving, including loudness normalization, channel remixing, and gain adjustment. Apply these settings to individual PIDs or audio tracks to control audio output characteristics before the tracks are combined.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

AudioNormalizationSettings

The audio normalization settings for loudness control. When specified, the service normalizes audio loudness according to the chosen algorithm.

Required: No

Type: AudioNormalizationSettings

Update requires: No interruption

Channels

The number of audio channels to remix the audio to. If you don't specify a value, the service passes through the original channel count. The remixSettings setting overrides this value when specified.

Required: No

Type: Integer

Update requires: No interruption

GainDb

The gain adjustment, in decibels (dB), to apply to this audio.

Required: No

Type: Number

Update requires: No interruption

RemixSettings

The settings that control how the service remixes input audio channels. When specified, these settings provide fine-grained control over channel mapping and gain levels, and take precedence over the channels setting.

Required: No

Type: RemixSettings

Update requires: No interruption