Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Data representing the instantaneous loudness of a audio.
| Name | FLKFSResults |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LKFSFactory.h |
| Include Path | #include "LKFSFactory.h" |
Syntax
USTRUCT (BlueprintType )
struct FLKFSResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channel | int32 | The audio channel index which produced this result. | LKFSFactory.h |
|
| Energy | float | The instantaneous, perceptually weighted energy relative to full scale. | LKFSFactory.h |
|
| GatedLoudness | float | The average gated loudness over a long term window of time in dB. | LKFSFactory.h |
|
| IntegratedLoudness | float | The average loudness over a long term window of time in dB. | LKFSFactory.h |
|
| Loudness | float | The instantaneous, perceptually weighted loudness in dB. | LKFSFactory.h |
|
| ShortTermLoudness | float | The average loudness over a short term window of time in dB. | LKFSFactory.h |
|
| Timestamp | float | Time in seconds of the source audio which corresponds to the loudness measurements. | LKFSFactory.h |
|