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

Method getPeak

src/fl/audio/detector/energy_analyzer.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 // State access
30 float getRMS() const { return mCurrentRMS; }
31 float getPeak() const { return mPeak; }
32 float getAverageEnergy() const { return mAverageEnergy; }
33 float getMinEnergy() const { return mMinEnergy; }
34 float getMaxEnergy() const { return mMaxEnergy; }

Callers 2

getPeakLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected