add aubio_autocorr to swig
authorPaul Brossier <piem@altern.org>
Thu, 4 May 2006 15:00:30 +0000 (15:00 +0000)
committerPaul Brossier <piem@altern.org>
Thu, 4 May 2006 15:00:30 +0000 (15:00 +0000)
add aubio_autocorr to swig

swig/aubio.i

index f8e314e..9edcd9f 100644 (file)
@@ -144,6 +144,7 @@ smpl_t aubio_freqtomidi(smpl_t freq);
 smpl_t aubio_miditofreq(smpl_t midi);
 uint_t aubio_silence_detection(fvec_t * ibuf, smpl_t threshold);
 smpl_t aubio_level_detection(fvec_t * ibuf, smpl_t threshold);
+void aubio_autocorr(fvec_t * in, fvec_t * acf);
 
 /* scale */
 extern aubio_scale_t * new_aubio_scale(smpl_t flow, smpl_t fhig, smpl_t ilow, smpl_t ihig      );