Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/ChannelMap.h |
| Include | #include "DSP/ChannelMap.h" |
Syntax
namespace Audio
{
enum EChannelMapMonoUpmixMethod
&123;
Linear,
EqualPower,
FullVolume,
&125;
}
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
Denotes the upmix method for mixing a mono input into the front left and front right speakers.