Audio::EPeakMode::Type

Different modes for the envelope follower.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/EnvelopeFollower.h

Include

#include "DSP/EnvelopeFollower.h"

Syntax

namespace Audio
{
    namespace EPeakMode
    {
        enum Type
        {
            MeanSquared,
            RootMeanSquared,
            Peak,
            Count,
        }
    }
}

Values

Name

Description

MeanSquared

RootMeanSquared

Peak

Count

Remarks

Different modes for the envelope follower.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss