shithub: aubio

Download patch

ref: 482641dfc6c50215aba77293bf5de6143e24e983
parent: c3de7ca29c137fd4152a0957c7efe1d6eae70026
author: Paul Brossier <piem@piem.org>
date: Tue May 9 12:12:14 EDT 2017

src/pitch/pitch.h: add missing space

--- a/src/pitch/pitch.h
+++ b/src/pitch/pitch.h
@@ -81,7 +81,7 @@
 
   see http://recherche.ircam.fr/equipes/pcm/pub/people/cheveign.html
 
-  \b \p yinfast: Yinfast algorithm
+  \b \p yinfast : Yinfast algorithm
 
   This algorithm is equivalent to the YIN algorithm, but computed in the
   spectral domain for efficiency. See also `python/demos/demo_yin_compare.py`.