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

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.

Detailed Description

Configuration structure for FFT amplitude settings. Defines parameters for amplitude computation and normalization.


The documentation for this struct was generated from the following file: