#include "fl/fft.h"
#include "fl/math.h"
#include "fl/vector.h"
#include "fl/stdint.h"
#include "fl/int.h"
#include "fl/audio.h"
#include "crgb.h"
#include "fl/colorutils.h"
Go to the source code of this file.
◆ fl::AudioConfig
Class Members |
bool |
agcEnabled = true |
|
u8 |
attack = 50 |
|
u8 |
decay = 200 |
|
u8 |
gain = 128 |
|
bool |
noiseGate = true |
|
u16 |
sampleRate = 22050 |
|
u8 |
scalingMode = 3 |
|
u8 |
sensitivity = 128 |
|
◆ fl::AudioData
Class Members |
bool |
beatDetected = false |
|
float |
dominantFrequency = 0.0f |
|
float |
frequencyBins[16] = {0} |
|
float |
magnitude = 0.0f |
|
float |
peak = 0.0f |
|
u32 |
timestamp = 0 |
|
float |
volume = 0.0f |
|
float |
volumeRaw = 0.0f |
|