From 41bf913b7346066aff1ef58fadfbc886ffc627c2 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 16 Oct 2009 22:55:55 +0200 Subject: [PATCH] src/spectral/mfcc.c: move samplerate at the end of params --- src/spectral/mfcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.26.2