FAdaptiveFilter::ProcessAudio

Applies current filter to InAudio in-place.

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

void ProcessAudio
(
    float * InAudio,
    int32 NumSamples
)

Remarks

Applies current filter to InAudio in-place. If there is a new target set of weights, they can be input below.

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