FMeterAnalyzerSettings

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FMeterAnalyzerSettings

FMeterSettings

References

Module

AudioSynesthesiaCore

Header

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/MeterAnalyzer.h

Include

#include "MeterAnalyzer.h"

Syntax

struct FMeterAnalyzerSettings

Variables

Name Description

Public variable

float

 

ClippingThreshold

The volume threshold to detect clipping.

Public variable

int32

 

MeterAttackTime

Envelope follower attack time in milliseconds.

Public variable

EPeakMode::Type

 

MeterPeakMode

Envelope follower mode.

Public variable

int32

 

MeterReleaseTime

Envelope follower release time in milliseconds.

Public variable

int32

 

PeakHoldTime

Peak detector hold time in milliseconds.