From 33647e2be76708ddf6592285582103f3adcf5914 Mon Sep 17 00:00:00 2001 From: Polochon-street Date: Sat, 28 Mar 2020 23:07:16 +0100 Subject: [PATCH] Fix typo in musicutils doc --- src/musicutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musicutils.h b/src/musicutils.h index a6594951..af222e5b 100644 --- a/src/musicutils.h +++ b/src/musicutils.h @@ -240,7 +240,7 @@ smpl_t aubio_db_spl (const fvec_t * v); \param v vector to get level from \param threshold threshold in dB SPL - \return 0 if level is under the given threshold, 1 otherwise + \return 1 if level is under the given threshold, 0 otherwise */ uint_t aubio_silence_detection (const fvec_t * v, smpl_t threshold); -- 2.11.0