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

Method getRMS

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

Source from the content-addressed store, hash-verified

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(); }
31

Callers 3

FL_TEST_FILEFunction · 0.45
audio_context.hppFile · 0.45

Calls 1

rmsMethod · 0.45

Tested by

no test coverage detected