aubio_onset_get_descriptor method
get onset detection function
\param o onset detection object as returned by new_aubio_onset() \return the current value of the descriptor
Implementation
double aubio_onset_get_descriptor(
ffi.Pointer<aubio_onset_t> o,
) {
return _aubio_onset_get_descriptor(
o,
);
}