aubio_onset_get_thresholded_descriptor method

double aubio_onset_get_thresholded_descriptor(
  1. Pointer<_aubio_onset_t> o
)

get thresholded onset detection function

\param o onset detection object as returned by new_aubio_onset() \return the value of the thresholded descriptor

Implementation

double aubio_onset_get_thresholded_descriptor(
  ffi.Pointer<_aubio_onset_t> o,
) {
  return _aubio_onset_get_thresholded_descriptor(
    o,
  );
}