![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SpectrumAnalyzer.h>
Public Attributes | |
| EBandType | Type = EBandType::ConstantQ |
| float | CenterFrequency = 0.f |
| float | QFactor = 10.0f |
Settings for a single band
| float Audio::ISpectrumBandExtractor::FBandSettings::CenterFrequency = 0.f |
Frequency of interest in hz.
| float Audio::ISpectrumBandExtractor::FBandSettings::QFactor = 10.0f |
QFactor is only applicable for the ConstantQ band type. QFactor = CenterFreq / BandWidth. Eg. A small QFactor results in a wide band.
| EBandType Audio::ISpectrumBandExtractor::FBandSettings::Type = EBandType::ConstantQ |
Type of band to extract.