FDelayAPF

Implementation of a delay line with a feedback/feedforward gain coefficient APF filters pass all frequencies but changes phase relationships of frequencies

Windows
MacOS
Linux

Inheritance Hierarchy

FDelay

FDelayAPF

References

Module

SignalProcessing

Header

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

Include

#include "DSP/AllPassFilter.h"

Syntax

class FDelayAPF : public Audio::FDelay

Remarks

Implementation of a delay line with a feedback/feedforward gain coefficient APF filters pass all frequencies but changes phase relationships of frequencies

Variables

Name Description

Protected variable

float

 

G

Feedback/Feedforward gain coefficient.

Constructors

Name Description

Public function

FDelayAPF()

Constructor.

Destructors

Name Description

Public function

~FDelayAPF()

Destructor.

Functions

Name Description

Public function

void

 

SetG

(
    float InG
)

Set the APF feedback/feedforward gain coefficient.

Overridden from FDelay

Name Description

Public function Virtual

float

 

ProcessAudioSample

(
    const float InAudio
)

Process audio in the delay line, return the delayed value.

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