- Timestamp:
- Sep 18, 2009, 2:56:10 AM (15 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
rc218821 radcf405 170 170 171 171 /* 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);172 aubio_mfcc_t * new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters, uint_t n_coefs); 173 173 void del_aubio_mfcc(aubio_mfcc_t *mf); 174 174 void aubio_mfcc_do(aubio_mfcc_t *mf, cvec_t *in, fvec_t *out);
Note: See TracChangeset
for help on using the changeset viewer.