Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/EarlyReflectionsFast.h |
| Include | #include "DSP/EarlyReflectionsFast.h" |
Syntax
struct FEarlyReflectionsFastSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Absorption | Early reflection high frequency absorption factor. | |
| float | Bandwidth | Input sample bandwidth before entering early reflections. | |
| float | Decay | Early reflections decay (lower value is longer) | |
| float | Gain | Early reflections gain. | |
| float | PreDelayMsec | Delay between input signal and early reflections. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FEarlyReflectionsFastSettings& Other |
||
| bool | operator==
(
const FEarlyReflectionsFastSettings& Other |