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