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