FastLED 3.9.15
Loading...
Searching...
No Matches

◆ onVocalStart()

void fl::audio::Processor::onVocalStart ( function< void()> callback)

Definition at line 303 of file audio_processor.cpp.hpp.

303 {
304 auto detector = getVocalDetector();
305 detector->onVocalStart.add(callback);
306}
shared_ptr< detector::Vocal > getVocalDetector() FL_NOEXCEPT

References getVocalDetector(), and onVocalStart().

Referenced by onVocal(), and onVocalStart().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: