Changeset bc4ba75 for swig


Ignore:
Timestamp:
Sep 12, 2007, 7:36:11 PM (17 years ago)
Author:
Amaury Hazan <mahmoudax@gmail.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:
e5f6a0b
Parents:
95a64c7
Message:

added mfcc binding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r95a64c7 rbc4ba75  
    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.