From: Paul Brossier Date: Fri, 16 Sep 2016 23:43:14 +0000 (+0200) Subject: src/effects/pitchshift.h: fix documentation X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=732cf3a09af1eda3ec2bef67d9eb71d2ad08b34e;p=aubio.git src/effects/pitchshift.h: fix documentation --- diff --git a/src/effects/pitchshift.h b/src/effects/pitchshift.h index 48a584b7..40ffd53e 100644 --- a/src/effects/pitchshift.h +++ b/src/effects/pitchshift.h @@ -56,8 +56,8 @@ void del_aubio_pitchshift (aubio_pitchshift_t * o); /** 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