Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Reverb.h |
| Include | #include "DSP/Reverb.h" |
Syntax
class FEarlyReflections
Remarks
Basic implementation of a 4x4 Feedback Delay Network.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFDNDelayData[2] | Data | Stereo input/output for early reflections. | |
| float | MatrixScaleFactor | ||
| FEarlyReflectionsSettings | Settings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | Init
(
const int32 InSampleRate |
||
| void | ProcessAudioFrame
(
const float* InBuffer, |
Process the single audio frame. | |
| float | ProcessDelayLine
(
const float InSample, |
||
| void | SetSettings
(
const FEarlyReflectionsSettings& InSettings |
Sets the reverb settings, applies, and updates. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FFDNDelayData |