Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/EnvelopeFollower.h |
| Include | #include "DSP/EnvelopeFollower.h" |
Syntax
struct FEnvelopeFollowerInitParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AnalysisWindowMsec | Number of milliseconds per a (root) mean squared window. | |
| float | AttackTimeMsec | The desired attack time in milliseconds. | |
| bool | bIsAnalog | Whether to model analog RC circuits or use digital models. | |
| EPeakMode::Type | Mode | Technique for measuring amplitude of input signal. | |
| int32 | NumChannels | Number of channels per a frame. | |
| float | ReleaseTimeMsec | The desired release time in milliseconds. | |
| float | SampleRate | Number of frames per a second. |