Changeset c879811 for src/spectral/mfcc.c
- Timestamp:
- Nov 17, 2018, 3:15:58 PM (6 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
- Children:
- 1c1dae7
- Parents:
- 21067f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/mfcc.c
r21067f9 rc879811 190 190 } 191 191 192 uint_t aubio_mfcc_set_mel_coeffs_slaney (aubio_mfcc_t *mf, smpl_t freq_min, 193 smpl_t freq_max) 192 uint_t aubio_mfcc_set_mel_coeffs_slaney (aubio_mfcc_t *mf) 194 193 { 195 194 return aubio_filterbank_set_mel_coeffs_slaney (mf->fb, mf->samplerate);
Note: See TracChangeset
for help on using the changeset viewer.