pub unsafe extern "C" fn new_aubio_mfcc(
    buf_size: uint_t,
    n_filters: uint_t,
    n_coeffs: uint_t,
    samplerate: uint_t
) -> *mut aubio_mfcc_t
Expand description

create mfcc object

\param buf_size size of analysis buffer (and length the FFT transform) \param samplerate audio sampling rate \param n_coeffs number of desired coefficients \param n_filters number of desired filters