Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Settings for band extractor.
| Name | FSpectrumBandExtractorSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/SpectrumAnalyzer.h |
| Include Path | #include "DSP/SpectrumAnalyzer.h" |
Syntax
struct FSpectrumBandExtractorSettings
Enums
Public
| Name | Remarks |
|---|---|
| EMetric | Metric for output band values. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AutoRangeAttackTimeInSeconds | float | Time in seconds for autorange to reach 99% of a larger range. | DSP/SpectrumAnalyzer.h | |
| AutoRangeReleaseTimeInSeconds | float | Time in seconds for autorange to reach 99% of a smaller range. | DSP/SpectrumAnalyzer.h | |
| bDoAutoRange | bool | If true and bDoNormalize is true, then values will be scaled between 0 and 1 based upon relatively recent minimum and maximum values. | DSP/SpectrumAnalyzer.h | |
| bDoNormalize | bool | If true, all values are scaled and clamped between 0.0 and 1.f. | DSP/SpectrumAnalyzer.h | |
| DecibelNoiseFloor | float | If the metric is Decibel, this is the minimum decibel value allowed. | DSP/SpectrumAnalyzer.h | |
| Metric | EMetric | Metric used to calculate return value. | DSP/SpectrumAnalyzer.h |