Configuration structure for FFT pitch settings. Defines parameters for pitch computation and normalization. More...
#include <ST_AudioProcessingSettings.h>
Public Attributes | |
bool | bComputePitch = true |
Whether to compute pitch values. Enables or disables pitch computation. | |
bool | bPitchNormalisation = true |
Whether to normalize the pitch. Scales the pitch values to a specified range. | |
float | MinFreq = 20.0f |
Minimum frequency for pitch computation (in Hz). Used only if bPitchNormalisation is true. | |
float | MaxFreq = 20000.0f |
Maximum frequency for pitch computation (in Hz). Used only if bPitchNormalisation is true. | |
FFFTSmoothingConfig | SmoothingConfig |
The smoothing configuration for pitch values. Controls the smoothing behavior for pitch values over time. |
Configuration structure for FFT pitch settings. Defines parameters for pitch computation and normalization.