From: Polochon-street Date: Sat, 28 Mar 2020 22:07:16 +0000 (+0100) Subject: Fix typo in musicutils doc X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=33647e2be76708ddf6592285582103f3adcf5914;p=aubio.git Fix typo in musicutils doc --- 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);