From: Paul Brossier Date: Wed, 21 Nov 2018 13:28:54 +0000 (+0100) Subject: [doc] remove extra parameter in aubio_mfcc_set_mel_coeffs_slaney X-Git-Tag: 0.4.8~21 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=e10144ce11a43ea3f234d61eaf59845cee13b91a;p=aubio.git [doc] remove extra parameter in aubio_mfcc_set_mel_coeffs_slaney --- diff --git a/src/spectral/mfcc.h b/src/spectral/mfcc.h index ffe6cb64..385e0990 100644 --- a/src/spectral/mfcc.h +++ b/src/spectral/mfcc.h @@ -152,7 +152,6 @@ uint_t aubio_mfcc_set_mel_coeffs_htk (aubio_mfcc_t *mf, /** Mel filterbank initialization (Auditory Toolbox's parameters) \param mf mfcc object - \param samplerate audio sampling rate, in Hz The filter coefficients are built to match exactly Malcolm Slaney's Auditory Toolbox implementation. The number of filters should be 40.