FastLED 3.9.15
Loading...
Searching...
No Matches

◆ empty()

const AudioSample::VectorPCM & fl::AudioSample::empty ( )
staticprivate

Definition at line 57 of file audio.cpp.

57 {
58 static int16_t empty_data[1] = {0};
59 static VectorPCM empty(empty_data);
60 return empty;
61}
fl::vector< int16_t > VectorPCM
Definition audio.h:22
static const VectorPCM & empty()
Definition audio.cpp:57

References empty().

Referenced by at(), empty(), and pcm().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: