Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/Loudness.h |
Include |
#include "Loudness.h" |
USTRUCT(BlueprintType)
struct FLoudnessResults
The results of the loudness analyis.
Name | Description | ||
---|---|---|---|
|
float |
Loudness |
The raw loudness value in dB. |
|
float |
NormalizedLoudness |
The normalized loudness. |
|
float |
PerceptualEnergy |
The normalized loudness. |
|
float |
TimeSeconds |
The time in seconds since analysis began. |