FMovingVectorAverager::ProcessAudio

Returns average amplitude across the internal buffer, and fills Output with the delay line output.

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

float ProcessAudio
(
    const VectorRegister & Input,
    VectorRegister & Output
)

Remarks

Returns average amplitude across the internal buffer, and fills Output with the delay line output.

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