GoogleApi.Transcoder.V1beta1.Model.Audio (google_api_transcoder v0.4.2)

View Source

Audio preprocessing configuration.

Attributes

  • highBoost (type: boolean(), default: nil) - Enable boosting high frequency components. The default is false.
  • lowBoost (type: boolean(), default: nil) - Enable boosting low frequency components. The default is false.
  • lufs (type: float(), default: nil) - Specify audio loudness normalization in loudness units relative to full scale (LUFS). Enter a value between -24 and 0 (the default), where: -24 is the Advanced Television Systems Committee (ATSC A/85) standard -23 is the EU R128 broadcast standard -19 is the prior standard for online mono audio -18 is the ReplayGain standard -16 is the prior standard for stereo audio -14 is the new online audio standard recommended by Spotify, as well as Amazon Echo * 0 disables normalization

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1beta1.Model.Audio{
  highBoost: boolean() | nil,
  lowBoost: boolean() | nil,
  lufs: float() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.