projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7778f39
)
src/spectral/mfcc.c: move samplerate at the end of params
author
Paul Brossier
<piem@piem.org>
Fri, 16 Oct 2009 20:55:55 +0000
(22:55 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 16 Oct 2009 20:55:55 +0000
(22:55 +0200)
src/spectral/mfcc.c
patch
|
blob
|
history
diff --git
a/src/spectral/mfcc.c
b/src/spectral/mfcc.c
index 0b3c2cb9b1ced52a18e06cd90bc8e279bd52e0e0..6172b53392aacaac4c9a405612a1915ea9f646b7 100644
(file)
--- 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_filter
s,
- uint_t
n_coefs
)
+new_aubio_mfcc (uint_t win_s, uint_t
n_filters, uint_t n_coef
s,
+ uint_t
samplerate
)
{
/* allocate space for mfcc object */