EMonoChannelUpmixMethod

Enumeration defines how to treat mono 2D playback. Mono sounds need to upmixed to stereo when played back in 2D.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/AudioSettings.h

Include

#include "Sound/AudioSettings.h"

Syntax

enum EMonoChannelUpmixMethod
{
    Linear,
    EqualPower,
    FullVolume,
}

Values

Name

Description

Linear

The mono channel is split 0.5 left/right.

EqualPower

The mono channel is split 0.707 left/right.

FullVolume

The mono channel is split 1.0 left/right.

Remarks

Enumeration defines how to treat mono 2D playback. Mono sounds need to upmixed to stereo when played back in 2D.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss