FastLED 3.9.15
Loading...
Searching...
No Matches
audio_batch.h File Reference
#include "fl/stl/mutex.h"
#include "fl/stl/span.h"
#include "fl/stl/stdint.h"
#include "fl/audio/audio_frame.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for audio_batch.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::AudioBatch
 
struct  fl::EqLevels
 Snapshot of 16-bin normalized spectrum. More...
 
struct  fl::PercussionState
 Snapshot of percussion detection state. More...
 
struct  fl::VibeLevels
 Snapshot of self-normalizing MilkDrop-style vibe levels. More...
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::audio
 

Class Documentation

◆ fl::PercussionState

struct fl::PercussionState
Class Members
bool hihat = false
bool kick = false
bool snare = false
bool tom = false

◆ fl::VibeLevels

struct fl::VibeLevels
Class Members
float bass = 1.0f
bool bassSpike = false
float mid = 1.0f
bool midSpike = false
float treb = 1.0f
bool trebSpike = false
float vol = 1.0f