shithub: aubio

Download patch

ref: 916f092964936a86c6c137a2dc26e79c52f6b6e8
parent: dba677f0871cb705fdedb6cbfcc63f3d3dcec239
author: Paul Brossier <[email protected]>
date: Sat Dec 7 09:32:16 EST 2013

src/pitch/pitchyinfft.h: improve documentation

--- a/src/pitch/pitchyinfft.h
+++ b/src/pitch/pitchyinfft.h
@@ -55,6 +55,7 @@
 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 
  
 */