Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Denotes the upmix method for mixing a mono input into the front left and front right speakers.
| Name | Audio::EChannelMapMonoUpmixMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/ChannelMap.h |
| Include Path | #include "DSP/ChannelMap.h" |
Syntax
namespace Audio
{
enum EChannelMapMonoUpmixMethod
{
Linear,
EqualPower,
FullVolume,
}
}
Values
| Name | Remarks |
|---|---|
| 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. |