Changeset adcf405


Ignore:
Timestamp:
Sep 18, 2009, 2:56:10 AM (15 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:
d53a3b5
Parents:
c218821
Message:

swig/aubio.i: update new_aubio_mfcc prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    rc218821 radcf405  
    170170
    171171/* mfcc */
    172 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);
     172aubio_mfcc_t * new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters, uint_t n_coefs);
    173173void del_aubio_mfcc(aubio_mfcc_t *mf);
    174174void aubio_mfcc_do(aubio_mfcc_t *mf, cvec_t *in, fvec_t *out);
Note: See TracChangeset for help on using the changeset viewer.