projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9638f84
)
test-tempo.c: use aubio_tempo_get_confidence
author
Paul Brossier
<piem@piem.org>
Sat, 24 Nov 2007 17:13:59 +0000
(18:13 +0100)
committer
Paul Brossier
<piem@piem.org>
Sat, 24 Nov 2007 17:13:59 +0000
(18:13 +0100)
tests/src/test-tempo.c
patch
|
blob
|
history
diff --git
a/tests/src/test-tempo.c
b/tests/src/test-tempo.c
index 53906720acee9c1b31fe4afcfde94f1dd7b1dd4f..19abf6815d047f355af90e0193c2b75e8c7a12fc 100644
(file)
--- a/
tests/src/test-tempo.c
+++ b/
tests/src/test-tempo.c
@@
-18,7
+18,7
@@
int main(){
fprintf(stdout,"%f\n",curtempo);
return 1;
}
- curtempoconf = aubio_
beattracking
_get_confidence(o);
+ curtempoconf = aubio_
tempo
_get_confidence(o);
if (curtempoconf != 0.) {
fprintf(stdout,"%f\n",curtempo);
return 1;