![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <EnvelopeFollower.h>
Inheritance diagram for Audio::FInlineEnvelopeFollower:Additional Inherited Members | |
Protected Member Functions inherited from Audio::FAttackRelease | |
| SIGNALPROCESSING_API void | SetSampleRate (float InSampleRate) |
FInlineEnvelopeFollower is useful for low sample rate use cases and where samples are only available one at a time. This class is inlined because there are situations where it is needed in a CPU intensive situations.
|
inline |
Construct an envelope follower.
|
inline |
|
inline |
Return the most recent envelope value.
|
inline |
Initialize an envelope follower.
|
inline |
Process a single sample and return the envelope value.
|
inline |
Set the analysis window size (for MeanSquared and RootMeanSquared).
|
inline |