Configuration structure for FFT windowing function. Contains the windowing function type and additional parameters for certain windowing types like Gaussian.
More...
#include <ST_AudioProcessingSettings.h>
|
EST_WindowingFunction | WindowingFunction = EST_WindowingFunction::Hann |
| The type of windowing function to apply. Options include Hann, Gaussian, etc.
|
float | GaussianWindowSigma = 0.4f |
| Sigma parameter for the Gaussian window. Only used if WindowingFunction is set to Gaussian. Controls the spread of the window. Range: 0.0 to 1.0.
|
Configuration structure for FFT windowing function. Contains the windowing function type and additional parameters for certain windowing types like Gaussian.
The documentation for this struct was generated from the following file: