src/spectral/mfcc.c: move samplerate at the end of params
authorPaul Brossier <piem@piem.org>
Fri, 16 Oct 2009 20:55:55 +0000 (22:55 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 16 Oct 2009 20:55:55 +0000 (22:55 +0200)
src/spectral/mfcc.c

index 0b3c2cb9b1ced52a18e06cd90bc8e279bd52e0e0..6172b53392aacaac4c9a405612a1915ea9f646b7 100644 (file)
@@ -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 */