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