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

Method updateAverage

src/fl/audio/detector/energy_analyzer.cpp.hpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void EnergyAnalyzer::updateAverage(float energy) {
103 mEnergyAvg.update(energy);
104 mAverageEnergy = mEnergyAvg.value();
105}
106
107} // namespace detector
108} // namespace audio

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected