shithub: aubio

Download patch

ref: 9ad0dcc8df728a6dd05ce650b23270737c3d1d65
parent: e141b232fa2521c56a876636afb7a877d4ff2843
author: Paul Brossier <piem@piem.org>
date: Mon Nov 28 12:32:17 EST 2016

src/pitch/pitch.h: add basic description of unit modes

--- a/src/pitch/pitch.h
+++ b/src/pitch/pitch.h
@@ -150,6 +150,8 @@
   \param o pitch detection object as returned by new_aubio_pitch()
   \param mode set pitch units for output
 
+  mode can be one of "Hz", "midi", "cent", or "bin". Defaults to "Hz".
+
   \return 0 if successfull, non-zero otherwise
 
 */