Contents

AudioResource.Normalization

Normalization adjusts the level of an audio file or buffer to be at a defined target.

Declaration

struct Normalization

Overview

Audio files produced in a production environment where dynamics are already being processed may not need normalization.

Normalization has a CPU cost on load for audio file resources that have a loading strategy of AudioFileResource.LoadingStrategy.preload and a CPU cost on playback for audio files that have a loading strategy of AudioFileResource.LoadingStrategy.stream.

Topics

Type Properties

See Also

Audio resources