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

◆ onSilenceStart()

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

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

203 {
204 auto detector = getSilenceDetector();
205 detector->onSilenceStart.add(callback);
206}
shared_ptr< detector::Silence > getSilenceDetector() FL_NOEXCEPT

References getSilenceDetector(), and onSilenceStart().

Referenced by onSilence(), and onSilenceStart().

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