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

Method getPitchConfidence

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

Source from the content-addressed store, hash-verified

536}
537
538float Processor::getPitchConfidence() {
539 return clamp01(getPitchDetector()->getConfidence());
540}
541
542float Processor::getPitch() {
543 return getPitchDetector()->getPitch();

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getConfidenceMethod · 0.45

Tested by

no test coverage detected