Navigation
API > API/Runtime > API/Runtime/SignalProcessing
| Name | FFlanger |
| Type | class |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Flanger.h |
| Include Path | #include "DSP/Flanger.h" |
Syntax
class FFlanger
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFlanger() |
DSP/Flanger.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FFlanger() |
DSP/Flanger.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MaxCenterDelay | const float | DSP/Flanger.h | |
| MaxDelaySec | const float | DSP/Flanger.h | |
| MaxModulationRate | const float | DSP/Flanger.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init
(
const float InSampleRate |
DSP/Flanger.h | ||
void ProcessAudio
(
const FAlignedFloatBuffer& InBuffer, |
DSP/Flanger.h | ||
void SetCenterDelay
(
const float InCenterDelay |
DSP/Flanger.h | ||
void SetMixLevel
(
const float InMixLevel |
DSP/Flanger.h | ||
void SetModulationDepth
(
const float InModulationDepth |
DSP/Flanger.h | ||
void SetModulationRate
(
const float InModulationRate |
DSP/Flanger.h |