[][src]Function aubio_sys::aubio_mfcc_set_mel_coeffs

pub unsafe extern "C" fn aubio_mfcc_set_mel_coeffs(
    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 filterbank will be initialized with bands linearly spaced in the mel scale, from fmin to fmax.

See also

aubio_filterbank_set_mel_coeffs()