FBaseChannelFormatConverter::SetOutputGain

Sets the output gain scalar to apply to all output audio.

Windows
MacOS
Linux

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

Syntax

void SetOutputGain
(
    float InOutputGain,
    bool bFadeToGain
)

Remarks

Sets the output gain scalar to apply to all output audio.

Parameters

Parameter

Description

InOutputGain

Scalar gain value.

bFadeToGain

If true, gain values are linearly faded over the duration of a single buffer. If false, gain values are applied immediately.

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