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

◆ onSilenceEnd()

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

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

208 {
209 auto detector = getSilenceDetector();
210 detector->onSilenceEnd.add(callback);
211}
shared_ptr< detector::Silence > getSilenceDetector() FL_NOEXCEPT

References getSilenceDetector(), and onSilenceEnd().

Referenced by onSilence(), and onSilenceEnd().

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