Changeset 3e7c408 for examples/utils.c
- Timestamp:
- Sep 8, 2007, 3:35:50 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:
- 3504fd7f
- Parents:
- e2337ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
re2337ba r3e7c408 64 64 //parameters 65 65 uint_t n_filters=20; 66 uint_t nyquist= samplerate / 2.;67 66 smpl_t lowfreq=80.f; 68 67 smpl_t highfreq=18000.f; 69 68 // filterbank object 70 aubio_ mel_filter* mf;69 aubio_filterbank_t * mf; 71 70 72 71 // DCT mfft and result storage 73 aubio_mfft * fft_dct;72 aubio_mfft_t * fft_dct; 74 73 cvec_t * fftgrain_dct; 75 smpl_t mfcc_outbuf[11];74 smpl_t * mfcc_outbuf[11]; 76 75 77 76
Note: See TracChangeset
for help on using the changeset viewer.