Function aubio_sys::aubio_tempo_set_threshold[][src]

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

set tempo detection peak picking threshold

\param o beat tracking object \param threshold new threshold

\return 0 if successful, non-zero otherwise