shithub: aubio

Download patch

ref: d7a104c2138f89edaa6e9ca86ae3d1648a6a982f
parent: 9638f84d04e7bcb586509f9219f03fb97c14df14
author: Paul Brossier <[email protected]>
date: Sat Nov 24 13:13:59 EST 2007

test-tempo.c: use aubio_tempo_get_confidence

--- a/tests/src/test-tempo.c
+++ b/tests/src/test-tempo.c
@@ -18,7 +18,7 @@
             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;