Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Contains settings for loudness analyzer.
| |
|
| Name |
FLKFSNRTSettings |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LKFSNRTFactory.h |
| Include Path |
#include "LKFSNRTFactory.h" |
Syntax
class FLKFSNRTSettings : public IAnalyzerNRTSettings
Implements Interfaces
Constants
| Name |
Type |
Remarks |
Include Path |
| DefaultShortTermLoudnessDuration |
float |
|
LKFSNRTFactory.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AnalysisPeriod |
float |
Number of seconds between loudness measurements |
LKFSNRTFactory.h |
|
| AnalysisWindowDuration |
float |
Number of seconds of audio analyzed for each loudness measurements |
LKFSNRTFactory.h |
|
| LoudnessAnalyzerSettings |
FLoudnessAnalyzerSettings |
|
LKFSNRTFactory.h |
|
| ShortTermLoudnessDuration |
float |
Duration of audio analyzed for short term loudness. |
LKFSNRTFactory.h |
|