| 468 | } |
| 469 | |
| 470 | float Processor::getVocalConfidence() { |
| 471 | return clamp01(getVocalDetector()->getConfidence()); |
| 472 | } |
| 473 | |
| 474 | float Processor::getBeatConfidence() { |
| 475 | return clamp01(getBeatDetector()->getConfidence()); |
nothing calls this directly
no test coverage detected