Audio::GetGainFromVelocity

Given a velocity value [0,127], return the linear gain.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/Dsp.h"

Syntax

namespace Audio
{
    static float Audio::GetGainFromVelocity
    (
        const float InVelocity
    )
}

Remarks

Given a velocity value [0,127], return the linear gain.

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