Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/FoldbackDistortion.h |
| Include | #include "DSP/FoldbackDistortion.h" |
Syntax
class FFoldbackDistortion
Remarks
Foldback distortion effect https://en.wikipedia.org/wiki/Foldback_(power_supply_design)
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
const float InSampleRate, |
Initialize the equalizer. | |
| void | ProcessAudio
(
const float* InBuffer, |
Processes a stereo stream. | |
| void | ProcessAudioFrame
(
const float* InFrame, |
Processes a mono stream. | |
| float | ProcessAudioSample
(
const float InSample |
Processes a single audio sample. | |
| void | SetInputGainDb
(
const float InInputGainDb |
Sets the input gain. | |
| void | SetOutputGainDb
(
const float InOutputGainDb |
Sets the output gain. | |
| void | SetThresholdDb
(
const float InThresholdDb |
Sets the foldback distortion threshold. |