shithub: aubio

Download patch

ref: 732cf3a09af1eda3ec2bef67d9eb71d2ad08b34e
parent: 80b5bbd3d2deadcf448827a9daa043cb9c89d66e
author: Paul Brossier <piem@piem.org>
date: Fri Sep 16 21:43:14 EDT 2016

src/effects/pitchshift.h: fix documentation

--- a/src/effects/pitchshift.h
+++ b/src/effects/pitchshift.h
@@ -56,8 +56,8 @@
 
 /** creation of the pitch shifting object
 
-  \param method set pitch shifting algorithm
-  \param buf_size size of the input buffer to analyse
+  \param method set pitch shifting algorithm ("default")
+  \param pitchscale initial pitch scaling factor
   \param hop_size step size between two consecutive analysis instant
   \param samplerate sampling rate of the signal
 
--