From: Paul Brossier Date: Tue, 9 May 2017 14:12:14 +0000 (+0200) Subject: src/pitch/pitch.h: add missing space X-Git-Tag: 0.4.6~51^2~1 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=482641dfc6c50215aba77293bf5de6143e24e983;p=aubio.git src/pitch/pitch.h: add missing space --- diff --git a/src/pitch/pitch.h b/src/pitch/pitch.h index 7ee14d63..b807a6a1 100644 --- a/src/pitch/pitch.h +++ b/src/pitch/pitch.h @@ -81,7 +81,7 @@ extern "C" { 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`.