[][src]Function aubio_sys::aubio_mfcc_set_mel_coeffs_htk

pub unsafe extern "C" fn aubio_mfcc_set_mel_coeffs_htk(
    mf: *mut aubio_mfcc_t,
    fmin: smpl_t,
    fmax: smpl_t
) -> uint_t

Mel filterbank initialization

\param mf mfcc object \param fmin start frequency, in Hz \param fmax end frequency, in Hz

The bank of filters will be initalized to to cover linearly spaced bands in the Htk mel scale, from fmin to fmax.

See also

aubio_filterbank_set_mel_coeffs_htk()