shithub: aubio

Download patch

ref: 33647e2be76708ddf6592285582103f3adcf5914
parent: eadb7f61c8851bdc2438e9f3c7e321d700d9fe50
author: Polochon-street <polochonstreet@gmx.fr>
date: Sat Mar 28 19:07:16 EDT 2020

Fix typo in musicutils doc

--- a/src/musicutils.h
+++ b/src/musicutils.h
@@ -240,7 +240,7 @@
   \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);