Configuration structure for FFT amplitude settings. Defines parameters for amplitude computation and normalization. More...
#include <ST_AudioProcessingSettings.h>
Public Attributes | |
| bool | bComputeAmplitude = true |
| Whether to compute amplitude values. Enables or disables amplitude computation. | |
| bool | bAmplitudeNormalisation = true |
| Whether to normalize the amplitude. Scales the amplitude values to a specified range. | |
| float | MaxAmplitude = 1.0f |
| Maximum amplitude value for normalization. Used only if bAmplitudeNormalisation is true. | |
| FFFTSmoothingConfig | SmoothingConfig |
| The smoothing configuration for amplitude values. Controls the smoothing behavior for amplitude values over time. | |
Configuration structure for FFT amplitude settings. Defines parameters for amplitude computation and normalization.