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

◆ pcm()

const AudioSample::VectorPCM & fl::AudioSample::pcm ( ) const

Definition at line 6 of file audio.cpp.

6 {
7 if (isValid()) {
8 return mImpl->pcm();
9 }
10 static VectorPCM empty;
11 return empty;
12}
fl::vector< int16_t > VectorPCM
Definition audio.h:22
AudioSampleImplPtr mImpl
Definition audio.h:50
bool isValid() const
Definition audio.h:28
static const VectorPCM & empty()
Definition audio.cpp:57

References empty(), isValid(), and mImpl.

Referenced by at(), begin(), end(), fft(), rms(), and fl::FFTImpl::run().

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