Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/FBaseChannelFormatConverter > API/Runtime/SignalProcessing/DSP/FBaseChannelFormatConverter/SetMixGain
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/AudioChannelFormatConverter.h |
| Include | #include "DSP/AudioChannelFormatConverter.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/AudioChannelFormatConverter.cpp |
void SetMixGain
(
const FChannelMixEntry & InEntry,
bool bFadeToGain
)
Remarks
Sets the gain scalar to apply to a specific input/output channel pair.
Parameters
| Name | Description |
|---|---|
| InMixEntry | Description of mix routing and gain. |
| bFadeToGain | If true, gain values are linearly faded over the duration of a single buffer. If false, gain values are applied immediately. |