pub unsafe extern "C" fn aubio_tempo_set_delay(
    o: *mut aubio_tempo_t,
    delay: sint_t
) -> uint_t
Expand description

set current delay

\param o beat tracking object \param delay delay to set tempo to, in samples

\return 0 if successful, non-zero otherwise