FFFTConvolver

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/AudioFFT.h"

Syntax

class FFFTConvolver

Constructors

Name Description

Public function

FFFTConvolver()

Functions

Name Description

Public function

void

 

ProcessAudio

(
    float* InputAudio,
    int32 NumSamples
)

Applies the convolver's internal window to InputAudio.

Public function

void

 

SetFilter

(
    const AlignedFloatBuffer& TimeDoma...
)

Resets the filter window.

Public function

void

 

SetFilter

(
    const FrequencyBuffer& InFilterFre...,
    int32 FilterSize
)

Resets the filter window.

Public function

void

 

SetFilter

(
    const float* TimeDomainBuffer,
    int32 FilterSize
)

Resets the filter window.

Public function

void

 

SetFilter

(
    const float* InFilterReal,
    const float* InFilterImag,
    int32 FilterSize,
    int32 FFTSize
)

Resets the filter window.

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