projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41bf913
)
tests/src/: update mfcc
author
Paul Brossier
<piem@piem.org>
Fri, 16 Oct 2009 20:56:17 +0000
(22:56 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 16 Oct 2009 20:56:17 +0000
(22:56 +0200)
tests/src/test-mfcc.c
patch
|
blob
|
history
diff --git
a/tests/src/test-mfcc.c
b/tests/src/test-mfcc.c
index 8efc4d6f41cc611c7bd8335bfac700c13b6715b0..44882f6910af992ba0cb19e7539408b8948906ca 100644
(file)
--- a/
tests/src/test-mfcc.c
+++ b/
tests/src/test-mfcc.c
@@
-14,7
+14,7
@@
main (void)
uint_t i = 0;
/* allocate fft and other memory space */
- aubio_mfcc_t *o = new_aubio_mfcc (win_s,
samplerate, n_filters, n_coefs
);
+ aubio_mfcc_t *o = new_aubio_mfcc (win_s,
n_filters, n_coefs, samplerate
);
for (i = 0; i < in->length; i ++) {
in->norm[0][i] = 1.;