shithub: aubio

Download patch

ref: e33c8b16549ed5cbf2835f513248ec9f05858bd6
parent: 6150f81155a70a2ea291b8e54309ecc588e84f33
parent: 33647e2be76708ddf6592285582103f3adcf5914
author: Paul Brossier <piem@piem.org>
date: Thu Jul 2 09:56:04 EDT 2020

Merge branch 'fix-typo-doc-utils' of @Polochon-street/aubio

--- 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);