Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
| Name | FMeterAnalyzer |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/MeterAnalyzer.h |
| Include Path | #include "MeterAnalyzer.h" |
Syntax
class FMeterAnalyzer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMeterAnalyzer
(
float InSampleRate, |
Construct analyzer | MeterAnalyzer.h |
Structs
| Name | Remarks |
|---|---|
| FClippingData | Per-channel clipping data. |
| FEnvelopeData | State to track the peak data. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FMeterAnalyzerSettings & GetSettings() |
Return const reference to settings used inside this analyzer. | MeterAnalyzer.h | |
FMeterAnalyzerResults ProcessAudio
(
TArrayView< const float > InSampleView |
Calculate the meter results for the input samples. | MeterAnalyzer.h |