Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FSoundSpectrumAnalyzerSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include Path | #include "Sound/SoundSubmix.h" |
Syntax
struct FSoundSpectrumAnalyzerSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FFTSize | EFFTSize | FFTSize used in spectrum analyzer. | Sound/SoundSubmix.h | |
| HopSize | float | Hopsize between audio windows as a ratio of the FFTSize. | Sound/SoundSubmix.h | |
| InterpolationMethod | EFFTPeakInterpolationMethod | Interpolation method used when getting frequencies. | Sound/SoundSubmix.h | |
| SpectrumType | EAudioSpectrumType | Metric used when analyzing spectrum. | Sound/SoundSubmix.h | |
| WindowType | EFFTWindowType | Type of window to apply to audio. | Sound/SoundSubmix.h |