Structure that holds configuration settings for the FFT (Fast Fourier Transform) Beat detection. More...
#include <ST_AudioProcessingSettings.h>
Public Attributes | |
| bool | bBeatDetected = true |
| float | BeatsPerMinute = 0.0f |
Structure that holds configuration settings for the FFT (Fast Fourier Transform) Beat detection.
Defines parameters for Beat detection and tracking.
| bool FChannelBeatDetection::bBeatDetected = true |
Was a beat detected.
| float FChannelBeatDetection::BeatsPerMinute = 0.0f |
How many beats were detected per minute (BPM).