projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b28524
)
tests/src/test-filterbank.c: print coeffs
author
Paul Brossier
<piem@piem.org>
Thu, 1 Oct 2009 23:07:29 +0000
(
01:07
+0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 1 Oct 2009 23:07:29 +0000
(
01:07
+0200)
tests/src/test-filterbank.c
patch
|
blob
|
history
diff --git
a/tests/src/test-filterbank.c
b/tests/src/test-filterbank.c
index 635d2fbe7b9de4892db8e9eba62393d9ecc1915b..445c4f9ebc69129819e67daa151056635169b548 100644
(file)
--- a/
tests/src/test-filterbank.c
+++ b/
tests/src/test-filterbank.c
@@
-1,3
+1,4
@@
+#include <stdio.h>
#include <aubio.h>
int
@@
-27,7
+28,7
@@
main (void)
return -1;
}
-
//
fvec_print (coeffs);
+ fvec_print (coeffs);
aubio_filterbank_do (o, in, out);