aubio_pitchspecacf_get_confidence method

double aubio_pitchspecacf_get_confidence(
  1. Pointer<aubio_pitchspecacf_t> o
)

get currenct confidence for specacf pitch detection object

\param o pitch detection object \return confidence parameter

Implementation

double aubio_pitchspecacf_get_confidence(
  ffi.Pointer<aubio_pitchspecacf_t> o,
) {
  return _aubio_pitchspecacf_get_confidence(
    o,
  );
}