Changeset fe4f78a for swig


Ignore:
Timestamp:
May 4, 2006, 5:00:30 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
fb8bde7
Parents:
4c67dc8
Message:

add aubio_autocorr to swig
add aubio_autocorr to swig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r4c67dc8 rfe4f78a  
    145145uint_t aubio_silence_detection(fvec_t * ibuf, smpl_t threshold);
    146146smpl_t aubio_level_detection(fvec_t * ibuf, smpl_t threshold);
     147void aubio_autocorr(fvec_t * in, fvec_t * acf);
    147148
    148149/* scale */
Note: See TracChangeset for help on using the changeset viewer.