Function bliss_audio_aubio_sys::new_aubio_tempo

source ·
pub unsafe extern "C" fn new_aubio_tempo(
    method: *const char_t,
    buf_size: uint_t,
    hop_size: uint_t,
    samplerate: uint_t
) -> *mut aubio_tempo_t
Expand description

create tempo detection object

\param method beat tracking method, unused for now (use “default”) \param buf_size length of FFT \param hop_size number of frames between two consecutive runs \param samplerate sampling rate of the signal to analyze

\return newly created ::aubio_tempo_t if successful, NULL otherwise