Changeset c8b80cd


Ignore:
Timestamp:
Apr 18, 2007, 1:09:08 AM (17 years ago)
Author:
Paul Brossier <piem@piem.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:
3bcaf9c, 7212394
Parents:
0dbdb40
Message:

swig/aubio.i: add aubio_spectral_centroid to swig interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r0dbdb40 rc8b80cd  
    147147void aubio_autocorr(fvec_t * in, fvec_t * acf);
    148148smpl_t aubio_zero_crossing_rate(fvec_t * input);
     149smpl_t aubio_spectral_centroid(cvec_t * spectrum, smpl_t samplerate);
    149150
    150151/* scale */
Note: See TracChangeset for help on using the changeset viewer.