Function aubio_sys::aubio_mfcc_set_mel_coeffs_slaney[][src]

pub unsafe extern "C" fn aubio_mfcc_set_mel_coeffs_slaney(
    mf: *mut aubio_mfcc_t
) -> uint_t
Expand description

Mel filterbank initialization (Auditory Toolbox’s parameters)

\param mf mfcc object

The filter coefficients are built to match exactly Malcolm Slaney’s Auditory Toolbox implementation. The number of filters should be 40.

This is the default filterbank when mf was created with n_filters = 40.

See also

aubio_filterbank_set_mel_coeffs_slaney()