FSlowAdaptiveGainControl::FSlowAdaptiveGainControl

InGainTarget is our target running linear gain.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/VoiceProcessing.h

Include

#include "DSP/VoiceProcessing.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/VoiceProcessing.cpp

Syntax

FSlowAdaptiveGainControl
(
    float InGainTarget,
    int32 InAdaptiveRate,
    float InGainMin,
    float InGainMax
)

Remarks

InGainTarget is our target running linear gain. InAdaptiveRate is the time it will take to respond to changes in amplitude, in numbers of buffer callbacks. InGainMin is the most we will attenuate the input signal. InGainMax is the most we will amplify the input signal.

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