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 FSoundSpectrumAnalyzerDelegateSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AutoRangeAttackTime | The time in seconds for the range to expand to a new observed range. | |
| float | AutoRangeReleaseTime | The time in seconds for the range to shrink to a new observed range. | |
| TArray< FSoundSubmixSpectralAnalysisBandSettings > | BandSettings | Settings for individual bands. | |
| bool | bDoAutoRange | If true, the band values are tracked to always have values between 0 and 1. | |
| bool | bDoNormalize | If true, returned values are scaled between 0 and 1. | |
| float | DecibelNoiseFloor | The decibel level considered silence. | |
| float | UpdateRate | Number of times a second the delegate is triggered. |