From fe4f78ab3be25675e641a1d1ad632daed81bbd32 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 4 May 2006 15:00:30 +0000 Subject: [PATCH] add aubio_autocorr to swig add aubio_autocorr to swig --- swig/aubio.i | 1 + 1 file changed, 1 insertion(+) 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 ); -- 2.26.2