Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/FLoudnessAnalyzer
Description
Calculate the loudness for the input samples. The number of input samples must be equal to the FFTSize supplied in FLoudnessAnalyzerSettings.
| Name | CalculateLoudness |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LoudnessAnalyzer.h |
| Include Path | #include "LoudnessAnalyzer.h" |
| Source | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Private/LoudnessAnalyzer.cpp |
float CalculateLoudness
(
TArrayView < const float > InSampleView
)