aubio_pitchyinfast_get_confidence method
get current confidence of YIN algorithm
\param o YIN pitch detection object \return confidence parameter
Implementation
double aubio_pitchyinfast_get_confidence(
ffi.Pointer<aubio_pitchyinfast_t> o,
) {
return _aubio_pitchyinfast_get_confidence(
o,
);
}