Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Contains settings for loudness analyzer.
| Name | FLKFSSettings |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LKFSFactory.h |
| Include Path | #include "LKFSFactory.h" |
Syntax
class FLKFSSettings : public IAnalyzerSettings
Implements Interfaces
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultIntegratedLoudnessDuration | float | Streaming audio does not have a natural end point. | LKFSFactory.h |
| StandardIntegratedLoudnessAnalysisPeriod | float | LKFSFactory.h | |
| StandardShortTermLoudnessDuration | float | These values are taken from the suggested standards for LKFS/LUFS defined in ITU-R BS.1770 | LKFSFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnalysisPeriod | float | Number of seconds between loudness measurements | LKFSFactory.h | |
| AnalysisWindowDuration | float | Number of seconds of audio analyzed for each loudness measurements | LKFSFactory.h | |
| IntegratedLoudnessAnalysisPeriod | float | Number of seconds between long term loudness updates. | LKFSFactory.h | |
| IntegratedLoudnessDuration | float | Duration of audio analyzed for long term loudness. | LKFSFactory.h | |
| LoudnessAnalyzerSettings | FLoudnessAnalyzerSettings | LKFSFactory.h | ||
| ShortTermLoudnessDuration | float | Duration of audio analyzed for short term loudness. | LKFSFactory.h |