PHASENormalizationMode
Options that determine whether the framework adjusts a sound asset’s loudness for the user’s output device.
Declaration
enum PHASENormalizationModeOverview
Different output devices feature loudness characteristics that require the audio engine to adjust the volume of the input audio to achieve a consistent listening experience across devices.
PHASE callibrates sound asset and stream loudness automatically when the app chooses PHASENormalizationMode.dynamic. If an app chooses PHASENormalizationMode.none, the app needs to implement custom loudness normalizaton manually, by adjusting sound asset and stream signal strength for the user’s output device.