Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    rbc4ba75 rc8b80cd  
    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 */
    154 aubio_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);
    155 void del_aubio_mfcc(aubio_mfcc_t *mf);
    156 void aubio_mfcc_do(aubio_mfcc_t *mf, cvec_t *in, fvec_t *out);
    157 
    158150
    159151/* scale */
Note: See TracChangeset for help on using the changeset viewer.