aubio_onset_get_thresholded_descriptor method
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,
);
}