Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Settings for the Constant Q Analyzer.
| Name | FConstantQAnalyzerSettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/ConstantQAnalyzer.h |
| Include Path | #include "ConstantQAnalyzer.h" |
Syntax
struct FConstantQAnalyzerSettings : public Audio::FPseudoConstantQKernelSettings
Inheritance Hierarchy
- FPseudoConstantQKernelSettings → FConstantQAnalyzerSettings
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstantQAnalyzerSettings() |
ConstantQAnalyzer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FFTSize | int32 | Size of FFT describe in number of samples | ConstantQAnalyzer.h | |
| Scaling | EConstantQScaling | Type of scaling to use. | ConstantQAnalyzer.h | |
| SpectrumType | ESpectrumType | Type of spectrum to use. | ConstantQAnalyzer.h | |
| WindowType | EWindowType | Type of window to be applied to input audio | ConstantQAnalyzer.h |