From: Paul Brossier Date: Fri, 16 Oct 2009 20:55:55 +0000 (+0200) Subject: src/spectral/mfcc.c: move samplerate at the end of params X-Git-Tag: bzr2git~112 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41bf913b7346066aff1ef58fadfbc886ffc627c2;p=aubio.git src/spectral/mfcc.c: move samplerate at the end of params --- diff --git a/src/spectral/mfcc.c b/src/spectral/mfcc.c index 0b3c2cb9..6172b533 100644 --- a/src/spectral/mfcc.c +++ b/src/spectral/mfcc.c @@ -44,8 +44,8 @@ struct _aubio_mfcc_t aubio_mfcc_t * -new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters, - uint_t n_coefs) +new_aubio_mfcc (uint_t win_s, uint_t n_filters, uint_t n_coefs, + uint_t samplerate) { /* allocate space for mfcc object */