From: Paul Brossier Date: Sat, 24 Nov 2007 17:13:59 +0000 (+0100) Subject: test-tempo.c: use aubio_tempo_get_confidence X-Git-Tag: bzr2git~443 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d7a104c2138f89edaa6e9ca86ae3d1648a6a982f;p=aubio.git test-tempo.c: use aubio_tempo_get_confidence --- diff --git a/tests/src/test-tempo.c b/tests/src/test-tempo.c index 53906720..19abf681 100644 --- 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;