From 72af472e132e08a5cd1fd8bb1b7ce1f3561960e2 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 28 Feb 2017 10:57:54 +0100 Subject: [PATCH] src/tempo/tempo.h: improve documentation (#22) --- src/tempo/tempo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tempo/tempo.h b/src/tempo/tempo.h index 13637f94..e2afe99c 100644 --- a/src/tempo/tempo.h +++ b/src/tempo/tempo.h @@ -154,8 +154,8 @@ smpl_t aubio_tempo_get_bpm(aubio_tempo_t * o); \param o beat tracking object - \return confidence with which the tempo has been observed, `0` if no - consistent value is found. + \return confidence with which the tempo has been observed, the higher the + more confidence, `0` if no consistent value is found. */ smpl_t aubio_tempo_get_confidence(aubio_tempo_t * o); -- 2.11.0