Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/FMeterAnalyzer
Description
Calculate the meter results for the input samples. Will return the current meter and the current peak value of the analyzer.
| Name | ProcessAudio |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/MeterAnalyzer.h |
| Include Path | #include "MeterAnalyzer.h" |
| Source | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Private/MeterAnalyzer.cpp |
FMeterAnalyzerResults ProcessAudio
(
TArrayView < const float > InSampleView
)