From: Paul Brossier Date: Thu, 4 May 2006 15:00:30 +0000 (+0000) Subject: add aubio_autocorr to swig X-Git-Tag: bzr2git~708 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe4f78ab3be25675e641a1d1ad632daed81bbd32;p=aubio.git add aubio_autocorr to swig add aubio_autocorr to swig --- diff --git a/swig/aubio.i b/swig/aubio.i index f8e314ea..9edcd9f0 100644 --- a/swig/aubio.i +++ b/swig/aubio.i @@ -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 );