MCPcopy Create free account
hub / github.com/FastLED/FastLED / onVocal

Method onVocal

src/fl/audio/audio_processor.cpp.hpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void Processor::onVocal(function<void(u8)> callback) {
299 auto detector = getVocalDetector();
300 detector->onVocal.add(callback);
301}
302
303void Processor::onVocalStart(function<void()> callback) {
304 auto detector = getVocalDetector();

Callers 4

runProfilerFunction · 0.80
prewarmFFTCacheFunction · 0.80
runProfilerFunction · 0.80
runProfilerFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected