FastLED 3.9.15
|
#include <audio.h>
Public Types | |
using | VectorPCM = fl::vector<int16_t> |
Public Member Functions | |
~AudioSampleImpl () | |
template<typename It> | |
void | assign (It begin, It end) |
const VectorPCM & | pcm () const |
float | zcf () const |
![]() | |
virtual int | ref_count () const |
Private Member Functions | |
void | initZeroCrossings () |
Private Attributes | |
VectorPCM | mSignedPcm |
int16_t | mZeroCrossings = 0 |
Additional Inherited Members | |
![]() | |
Referent () | |
Referent (const Referent &) | |
Referent (Referent &&) | |
virtual | ~Referent () |
virtual void | destroy () const |
Referent & | operator= (const Referent &) |
Referent & | operator= (Referent &&) |
virtual void | ref () const |
virtual void | unref () const |