Changeset e5f6a0b for swig/aubio.i


Ignore:
Timestamp:
Sep 16, 2007, 6:06:07 PM (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:
177f09a
Parents:
45134c5 (diff), bc4ba75 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge from amaury's branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r45134c5 re5f6a0b  
    148148smpl_t aubio_zero_crossing_rate(fvec_t * input);
    149149smpl_t aubio_spectral_centroid(cvec_t * spectrum, smpl_t samplerate);
     150
     151/* filterbank */
     152
     153/* mfcc */
     154aubio_mfcc_t * new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters, uint_t n_coefs, smpl_t lowfreq, smpl_t highfreq, uint_t channels);
     155void del_aubio_mfcc(aubio_mfcc_t *mf);
     156void aubio_mfcc_do(aubio_mfcc_t *mf, cvec_t *in, fvec_t *out);
     157
    150158
    151159/* scale */
Note: See TracChangeset for help on using the changeset viewer.