From 916f092964936a86c6c137a2dc26e79c52f6b6e8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 7 Dec 2013 14:32:16 -0500 Subject: [PATCH] src/pitch/pitchyinfft.h: improve documentation --- src/pitch/pitchyinfft.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.11.0