From e10144ce11a43ea3f234d61eaf59845cee13b91a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 21 Nov 2018 14:28:54 +0100 Subject: [PATCH] [doc] remove extra parameter in aubio_mfcc_set_mel_coeffs_slaney --- src/spectral/mfcc.h | 1 - 1 file changed, 1 deletion(-) 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. -- 2.11.0