Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getEqAutoGain
Method
getEqAutoGain
src/fl/audio/audio_processor.cpp.hpp:702–704 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
700
}
701
702
float Processor::getEqAutoGain() {
703
return getEqualizerDetector()->getAutoGain();
704
}
705
706
bool Processor::getEqIsSilence() {
707
return getEqualizerDetector()->getIsSilence();
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
1
getAutoGain
Method · 0.80
Tested by
no test coverage detected