From adcf4056210cbddb6978f7aaad37d82e4e1b151e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 18 Sep 2009 02:56:10 +0200 Subject: [PATCH] swig/aubio.i: update new_aubio_mfcc prototype --- swig/aubio.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swig/aubio.i b/swig/aubio.i index cdc0832a..261c4afe 100644 --- a/swig/aubio.i +++ b/swig/aubio.i @@ -169,7 +169,7 @@ void aubio_filterbank_do(aubio_filterbank_t * fb, cvec_t * in, fvec_t *out); fvec_t * aubio_filterbank_get_coeffs(aubio_filterbank_t * fb); /* mfcc */ -aubio_mfcc_t * new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters, uint_t n_coefs, smpl_t lowfreq, smpl_t highfreq, uint_t channels); +aubio_mfcc_t * new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters, uint_t n_coefs); void del_aubio_mfcc(aubio_mfcc_t *mf); void aubio_mfcc_do(aubio_mfcc_t *mf, cvec_t *in, fvec_t *out); -- 2.26.2