Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getVibeVol
Method
getVibeVol
src/fl/audio/audio_processor.cpp.hpp:642–644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
640
}
641
642
float Processor::getVibeVol() {
643
return getVibeDetector()->getVol();
644
}
645
646
float Processor::getVibeBassAtt() {
647
return getVibeDetector()->getBassAtt();
Callers
1
audio_batch.cpp.hpp
File · 0.80
Calls
1
getVol
Method · 0.80
Tested by
no test coverage detected