- Timestamp:
- Oct 16, 2009, 10:55:55 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:
- 2828382
- Parents:
- 7778f39
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/mfcc.c
r7778f39 r41bf913 45 45 46 46 aubio_mfcc_t * 47 new_aubio_mfcc (uint_t win_s, uint_t samplerate, uint_t n_filters,48 uint_t n_coefs)47 new_aubio_mfcc (uint_t win_s, uint_t n_filters, uint_t n_coefs, 48 uint_t samplerate) 49 49 { 50 50
Note: See TracChangeset
for help on using the changeset viewer.