FFFTConvolver::SetFilter

Resets the filter window.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/AudioFFT.h"

Source

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

Syntax

void SetFilter
(
    const FrequencyBuffer & InFilterFrequencies,
    int32 FilterSize
)

Remarks

Resets the filter window. NOT thread safe to call during ProcessAudio. This function can be called with a time domain impulse response, or precomputed frequency values. FilterSize must be a power of two.

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