aubio_beattracking_get_confidence method
get current tempo confidence
\param bt beat tracking object
Returns the confidence with which the tempo has been observed, 0 if no consistent value is found.
Implementation
double aubio_beattracking_get_confidence(
ffi.Pointer<aubio_beattracking_t> bt,
) {
return _aubio_beattracking_get_confidence(
bt,
);
}