shithub: aubio

Download patch

ref: 5447a2686c14dc1441c670fe0015b62abe9e3e38
parent: 445e60f592a50000ecaed674ce2d992f43e0d22b
author: Paul Brossier <piem@piem.org>
date: Fri Sep 21 13:40:33 EDT 2018

examples/parse_args.h: add yinfast to pitch algorithms

--- a/examples/parse_args.h
+++ b/examples/parse_args.h
@@ -97,7 +97,7 @@
 #endif /* PROG_HAS_ONSET */
 #ifdef PROG_HAS_PITCH
       "       -p      --pitch            select pitch detection algorithm\n"
-      "                 <default|yinfft|yin|mcomb|fcomb|schmitt>; default=yinfft\n"
+      "                 <default|yinfft|yinfast|yin|mcomb|fcomb|schmitt>; default=yinfft\n"
       "       -u      --pitch-unit       select pitch output unit\n"
       "                 <default|freq|hertz|Hz|midi|cent|bin>; default=freq\n"
       "       -l      --pitch-tolerance  select pitch tolerance\n"