projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de63017
)
tests/src/tempo/test-tempo.c: tempo back to only one output
author
Paul Brossier
<piem@piem.org>
Fri, 22 Apr 2016 00:00:53 +0000
(
02:00
+0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 22 Apr 2016 00:00:53 +0000
(
02:00
+0200)
tests/src/tempo/test-tempo.c
patch
|
blob
|
history
diff --git
a/tests/src/tempo/test-tempo.c
b/tests/src/tempo/test-tempo.c
index
fc066e1
..
7a87832
100644
(file)
--- a/
tests/src/tempo/test-tempo.c
+++ b/
tests/src/tempo/test-tempo.c
@@
-27,7
+27,7
@@
int main (int argc, char **argv)
// create some vectors
fvec_t * in = new_fvec (hop_size); // input audio buffer
- fvec_t * out = new_fvec (
2
); // output position
+ fvec_t * out = new_fvec (
1
); // output position
// create tempo object
aubio_tempo_t * o = new_aubio_tempo("default", win_size, hop_size, samplerate);