From: Paul Brossier Date: Sat, 7 Dec 2013 19:32:16 +0000 (-0500) Subject: src/pitch/pitchyinfft.h: improve documentation X-Git-Tag: 0.4.0-beta1~29 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=916f092964936a86c6c137a2dc26e79c52f6b6e8;p=aubio.git src/pitch/pitchyinfft.h: improve documentation --- diff --git a/src/pitch/pitchyinfft.h b/src/pitch/pitchyinfft.h index 07cf2149..4437add6 100644 --- a/src/pitch/pitchyinfft.h +++ b/src/pitch/pitchyinfft.h @@ -55,6 +55,7 @@ typedef struct _aubio_pitchyinfft_t aubio_pitchyinfft_t; void aubio_pitchyinfft_do (aubio_pitchyinfft_t * o, fvec_t * samples_in, fvec_t * cands_out); /** creation of the pitch detection object + \param samplerate samplerate of the input signal \param buf_size size of the input buffer to analyse */