[][src]Function aubio_sys::aubio_tempo_set_threshold

pub unsafe extern "C" fn aubio_tempo_set_threshold(
    o: *mut aubio_tempo_t,
    threshold: smpl_t
) -> uint_t

set tempo detection peak picking threshold

\param o beat tracking object \param threshold new threshold

\return 0 if successful, non-zero otherwise