Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/AudioSettings.h |
Include |
#include "Sound/AudioSettings.h" |
enum EMonoChannelUpmixMethod
{
Linear,
EqualPower,
FullVolume,
}
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. |
Enumeration defines how to treat mono 2D playback. Mono sounds need to upmixed to stereo when played back in 2D.