Changeset c1ba75b for src/spectral/mfcc.h
- Timestamp:
- Dec 11, 2018, 4:47:32 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- 74c1fb9
- Parents:
- adc6e02 (diff), 6b84d81 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/spectral/mfcc.h ¶
radc6e02 rc1ba75b 93 93 94 94 */ 95 uint_t aubio_mfcc_get_power (aubio_mfcc_t *mf);95 smpl_t aubio_mfcc_get_power (aubio_mfcc_t *mf); 96 96 97 97 /** set scaling parameter … … 112 112 113 113 */ 114 uint_t aubio_mfcc_get_scale (aubio_mfcc_t *mf);114 smpl_t aubio_mfcc_get_scale (aubio_mfcc_t *mf); 115 115 116 116 /** Mel filterbank initialization
Note: See TracChangeset
for help on using the changeset viewer.