Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
Include |
#include "Sound/SoundSubmix.h" |
struct FSoundSpectrumAnalyzerDelegateSettings
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. |
|
BandSettings |
Settings for individual bands. |
|
|
bDoAutoRange |
If true, the band values are tracked to always have values between 0 and 1. |
|
|
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. |