aubio_onset_get_delay_ms method
get delay in milliseconds
\param o onset detection object as returned by new_aubio_onset() \return constant system delay to take back from detection time (in milliseconds)
Implementation
double aubio_onset_get_delay_ms(
ffi.Pointer<aubio_onset_t> o,
) {
return _aubio_onset_get_delay_ms(
o,
);
}