From: Paul Brossier Date: Tue, 17 Apr 2007 19:59:52 +0000 (+0200) Subject: swig/aubio.i: add aubio_zero_crossing_rate to interface X-Git-Tag: bzr2git~524 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5507e9d32a4a5547d924d71258f2ed77b356dbe3;p=aubio.git swig/aubio.i: add aubio_zero_crossing_rate to interface --- diff --git a/swig/aubio.i b/swig/aubio.i index b628a08e..c06c2b9f 100644 --- a/swig/aubio.i +++ b/swig/aubio.i @@ -145,6 +145,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); +smpl_t aubio_zero_crossing_rate(fvec_t * input); /* scale */ extern aubio_scale_t * new_aubio_scale(smpl_t flow, smpl_t fhig, smpl_t ilow, smpl_t ihig );