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