shithub: aubio

Download patch

ref: 41bf913b7346066aff1ef58fadfbc886ffc627c2
parent: 7778f394a03c8b1d72a7a3accfc3b8e5d5039f7b
author: Paul Brossier <[email protected]>
date: Fri Oct 16 18:55:55 EDT 2009

src/spectral/mfcc.c: move samplerate at the end of params

--- a/src/spectral/mfcc.c
+++ b/src/spectral/mfcc.c
@@ -44,8 +44,8 @@
 
 
 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 */