src/pitch/pitchyinfft.c: adapt filter and shortest period to samplerate
[aubio.git] / src / pitch / pitchyinfft.h
index c63bbe424f6e9901716a57197c9f0584f4045514..07cf2149d6a744909ac9a2dc244f2e50e51b147d 100644 (file)
@@ -58,7 +58,7 @@ void aubio_pitchyinfft_do (aubio_pitchyinfft_t * o, fvec_t * samples_in, fvec_t
   \param buf_size size of the input buffer to analyse 
  
 */
-aubio_pitchyinfft_t *new_aubio_pitchyinfft (uint_t buf_size);
+aubio_pitchyinfft_t *new_aubio_pitchyinfft (uint_t samplerate, uint_t buf_size);
 /** deletion of the pitch detection object
  
   \param o pitch detection object as returned by new_aubio_pitchyinfft()