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

Method getVocalConfidence

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

Source from the content-addressed store, hash-verified

468}
469
470float Processor::getVocalConfidence() {
471 return clamp01(getVocalDetector()->getConfidence());
472}
473
474float Processor::getBeatConfidence() {
475 return clamp01(getBeatDetector()->getConfidence());

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getConfidenceMethod · 0.45

Tested by

no test coverage detected