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

◆ pcm()

const Sample::VectorPCM & fl::audio::Sample::pcm ( ) const

Definition at line 73 of file audio.cpp.hpp.

73 {
74 if (isValid()) {
75 return mImpl->pcm();
76 }
77 static VectorPCM empty;
78 return empty;
79}
static const VectorPCM & empty() FL_NOEXCEPT
bool isValid() const FL_NOEXCEPT
Definition audio.h:35
SampleImplPtr mImpl
Definition audio.h:62
fl::vector< fl::i16 > VectorPCM
Definition audio.h:24

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

Referenced by at(), begin(), end(), fft(), and fl::audio::Reactive::processSample().

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