- Timestamp:
- Oct 16, 2009, 11:04:50 PM (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:
- 740f06b
- Parents:
- d4c5de7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/mfcc.h
rd4c5de7 r6107f4c 45 45 46 46 */ 47 aubio_mfcc_t *new_aubio_mfcc (uint_t win_s, uint_t samplerate,48 uint_t n_filters, uint_t n_coeffs);47 aubio_mfcc_t *new_aubio_mfcc (uint_t win_s, 48 uint_t n_filters, uint_t n_coeffs, uint_t samplerate); 49 49 50 50 /** delete mfcc object
Note: See TracChangeset
for help on using the changeset viewer.