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

Method getMaxEnergy

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

Source from the content-addressed store, hash-verified

32 float getAverageEnergy() const { return mAverageEnergy; }
33 float getMinEnergy() const { return mMinEnergy; }
34 float getMaxEnergy() const { return mMaxEnergy; }
35 float getNormalizedRMS() const { return mNormalizedRMS; } // 0-1 range
36
37 // Configuration

Callers 2

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected