[][src]Function aubio_sys::aubio_onset_reset

pub unsafe extern "C" fn aubio_onset_reset(o: *mut aubio_onset_t)

reset onset detection

\param o onset detection object as returned by new_aubio_onset()

Reset current time and last onset to 0.

This function is called at the end of new_aubio_onset().