Changeset c879811
- 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
- Location:
- src/spectral
- Files:
-
- 2 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); -
src/spectral/mfcc.h
r21067f9 rc879811 166 166 167 167 */ 168 uint_t aubio_mfcc_set_mel_coeffs_slaney (aubio_mfcc_t *mf , smpl_t samplerate);168 uint_t aubio_mfcc_set_mel_coeffs_slaney (aubio_mfcc_t *mf); 169 169 170 170 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.