Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
void 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
update
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected