Choose your operating system:
Windows
macOS
Linux
| IAnalyzerResult
|
Module |
|
Header |
/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LoudnessFactory.h |
Include |
#include "LoudnessFactory.h" |
class FLoudnessResult : public Audio::IAnalyzerResult
FLoudnessResult contains the temporal evolution of loudness for the last buffer of audio analyzed.
Name | Description | |
---|---|---|
|
FLoudnessResult() |
Name | Description | ||
---|---|---|---|
|
Add ( |
Appends an FLoudnessDatum to the container. |
|
|
const TArray... |
GetChannelLoudnessArray ( |
Returns const reference to FLoudnessDatum array for individual channel. |
|
const TArray... |
GetLoudnessArray() |
Returns const reference to FLoudnessDatum array associated with overall loudness. |
|
GetNumChannels() |
Returns the number of channels. |
Name |
Description |
---|---|
ChannelIndexOverall |
Denotes the overall loudness as opposed individual channel indices. |