Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
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
| Type | Name | Description | |
|---|---|---|---|
| float | G | Feedback/Feedforward gain coefficient. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDelayAPF () |
Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FDelayAPF () |
Destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetG
(
float InG |
Set the APF feedback/feedforward gain coefficient. |
Overridden from FDelay
| Type | Name | Description | |
|---|---|---|---|
| float | ProcessAudioSample
(
const float InAudio |
Process audio in the delay line, return the delayed value. |