VJ Master 1.0
Real-time audio analysis and visualisation.
Loading...
Searching...
No Matches
FFFTWindowingConfig Struct Reference

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>

Public Attributes

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.

Detailed Description

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: