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

◆ empty()

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

Definition at line 113 of file audio.cpp.

113 {
114 static fl::i16 empty_data[1] = {0};
115 static VectorPCM empty(empty_data);
116 return empty;
117}
fl::vector< fl::i16 > VectorPCM
Definition audio.h:24
static const VectorPCM & empty()
Definition audio.cpp:113

References empty().

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

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