Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getEqBin
Method
getEqBin
src/fl/audio/audio_processor.cpp.hpp:698–700 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
696
}
697
698
float Processor::getEqBin(int index) {
699
return clamp01(getEqualizerDetector()->getBin(index));
700
}
701
702
float Processor::getEqAutoGain() {
703
return getEqualizerDetector()->getAutoGain();
Callers
2
audio_batch.cpp.hpp
File · 0.80
equalizer.hpp
File · 0.80
Calls
2
clamp01
Function · 0.85
getBin
Method · 0.80
Tested by
no test coverage detected