|
FastLED 3.9.15
|
Definition at line 183 of file audio_reactive.h.
#include <audio_reactive.h>
Collaboration diagram for fl::BeatDetectors:Public Member Functions | |
| BeatDetectors () | |
| ~BeatDetectors () | |
| void | detectBeats (const float *frequencyBins, AudioData &audioData) |
| void | reset () |
| void | setThresholds (float bassThresh, float midThresh, float trebleThresh) |
Private Attributes | |
| SpectralFluxDetector | combined |
| float | mBassEnergy |
| float | mMidEnergy |
| float | mPreviousBassEnergy |
| float | mPreviousMidEnergy |
| float | mPreviousTrebleEnergy |
| float | mTrebleEnergy |