FLongDelayAPF::FLongDelayAPF

InG is the filter coefficient used in the long delay all pass filter.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/LongDelayAPF.h"

Source

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

Syntax

FLongDelayAPF
(
    float InG,
    int32 InNumDelaySamples,
    int32 InMaxNumInternalBufferSamples
)

Remarks

InG is the filter coefficient used in the long delay all pass filter. InNumDelaySamples is the delay line length in samples. InMaxNumInternalBufferSamples is the maximum internal block size used internally.

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