ref: fe4f78ab3be25675e641a1d1ad632daed81bbd32
parent: 4c67dc8bfb7d80ff24504d263f509d6295d07462
author: Paul Brossier <piem@altern.org>
date: Thu May 4 11:00:30 EDT 2006
add aubio_autocorr to swig add aubio_autocorr to swig
--- a/swig/aubio.i
+++ b/swig/aubio.i
@@ -144,6 +144,7 @@
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 );