Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/LateReflectionsFast.h |
| Include | #include "DSP/LateReflectionsFast.h" |
Syntax
struct FLateReflectionsPlateDelays
Remarks
Delay line settings for reverb plate delay Tap locations are determined by analyzing these delay values.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | NumSamplesAPF | All pass filter length. | |
| int32 | NumSamplesDelayA | Tap 0 exists at the output of DelayA. | |
| int32 | NumSamplesDelayB | Tap 1 exists at the output of DelayB. | |
| int32 | NumSamplesDelayC | Tap 2 exists at the output of DelayC. | |
| int32 | NumSamplesDelayD | Delay line length. | |
| int32 | NumSamplesDelayE | Tap 3 exists at the output of DelayE. | |
| int32 | NumSamplesDelayF | Tap 4 exists at the output of DelayF. | |
| int32 | NumSamplesDelayG | Tap 5 exists at the output of DelayG. | |
| int32 | NumSamplesDelayH | Tap 6 exists at the output of DelayH. | |
| int32 | NumSamplesDelayI | Output tap exists at the output of DelayI. | |
| int32 | NumSamplesModulatedBase | Base delay samples for modulated delay. | |
| int32 | NumSamplesModulatedDelta | Max delta samples for modulated delay. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLateReflectionsPlateDelays | DefaultLeftDelays
(
float InSampleRate |
Default delay settings for left channel. | |
| FLateReflectionsPlateDelays | DefaultRightDelays
(
float InSampleRate |
Default delay settings for right channel. |