Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
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
| Type | Name | Description | |
|---|---|---|---|
| float | ClippingThreshold | The volume threshold to detect clipping. | |
| int32 | MeterAttackTime | Envelope follower attack time in milliseconds. | |
| EPeakMode::Type | MeterPeakMode | Envelope follower mode. | |
| int32 | MeterReleaseTime | Envelope follower release time in milliseconds. | |
| int32 | PeakHoldTime | Peak detector hold time in milliseconds. |