MCPcopy Create free account
hub / github.com/FastLED/FastLED / getPCM

Method getPCM

src/fl/audio/audio_context.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 // ----- Basic Sample Access -----
26 const Sample& getSample() const FL_NOEXCEPT { return mSample; }
27 span<const i16> getPCM() const FL_NOEXCEPT { return mSample.pcm(); }
28 float getRMS() const FL_NOEXCEPT { return mSample.rms(); }
29 float getZCF() const FL_NOEXCEPT { return mSample.zcf(); }
30 u32 getTimestamp() const FL_NOEXCEPT { return mSample.timestamp(); }

Callers 8

updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
audio_context.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected