Navigation
Unreal Engine C++ API Reference > Plugins > AudioSynesthesiaCore
Inheritance Hierarchy
- FLoudnessAnalyzerSettings
- FLoudnessNRTSettings
- FLoudnessSettings
References
Module | AudioSynesthesiaCore |
Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LoudnessAnalyzer.h |
Include | #include "LoudnessAnalyzer.h" |
Syntax
struct FLoudnessAnalyzerSettings
Remarks
Settings for FLoudnessAnalyzer
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | FFTSize | Size of FFT describe in number of samples |
![]() |
ELoudnessCurveType | LoudnessCurveType | Type of equal loudness curve to weight power spectrum |
![]() |
float | MaxAnalysisFrequency | Maximum frequency for analyzing audio |
![]() |
float | MinAnalysisFrequency | Minimum frequency for analyzing audio |
![]() |
EWindowType | WindowType | Type of window to be applied to input audio |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default settings |