Changeset 9170e4c
- Timestamp:
- Sep 16, 2007, 9:56:35 PM (17 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:
- dc73a4d0
- Parents:
- aa83433
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mfcc.c
raa83433 r9170e4c 62 62 63 63 /** filterbank allocation */ 64 mfcc->fb = new_aubio_filterbank_mfcc 2(n_filters, mfcc->win_s, samplerate, lowfreq, highfreq);64 mfcc->fb = new_aubio_filterbank_mfcc(n_filters, mfcc->win_s, samplerate, lowfreq, highfreq); 65 65 66 66 /** allocating space for fft object (used for dct) */
Note: See TracChangeset
for help on using the changeset viewer.