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
class FMeanSquaredIIR
Remarks
Compute mean squared using IIR method.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeanSquaredIIR
(
float InSampleRate, |
Construct an FMeanSquaredIIR |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ProcessAudio
(
const float* InBuffer, |
Calculate mean squared per sample. | |
| void | Reset () |
||
| void | SetNumChannels
(
int32 InNumChannels |
Set the number of input channels. | |
| void | SetWindowSize
(
float InWindowTimeMsec |
Set the size of the analysis window. |