Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
| |
|
| Name |
FMeterAnalyzerSettings |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/MeterAnalyzer.h |
| Include Path |
#include "MeterAnalyzer.h" |
Syntax
struct FMeterAnalyzerSettings
Derived Classes
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ClippingThreshold |
float |
The volume threshold to detect clipping. |
MeterAnalyzer.h |
|
| MeterAttackTime |
int32 |
Envelope follower attack time in milliseconds. |
MeterAnalyzer.h |
|
| MeterPeakMode |
EPeakMode::Type |
Envelope follower mode. |
MeterAnalyzer.h |
|
| MeterReleaseTime |
int32 |
Envelope follower release time in milliseconds. |
MeterAnalyzer.h |
|
| PeakHoldTime |
int32 |
Peak detector hold time in milliseconds. |
MeterAnalyzer.h |
|