Changeset 868c6b8 for src/spectral/mfcc.c
- Timestamp:
- Dec 19, 2018, 6:16:29 PM (6 years ago)
- Branches:
- feature/constantq
- Children:
- dfe6ab6
- Parents:
- f87e191 (diff), fda3394 (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
-
src/spectral/mfcc.c
rf87e191 r868c6b8 144 144 } 145 145 146 uint_t aubio_mfcc_get_power (aubio_mfcc_t *mf)146 smpl_t aubio_mfcc_get_power (aubio_mfcc_t *mf) 147 147 { 148 148 return aubio_filterbank_get_power(mf->fb); … … 155 155 } 156 156 157 uint_t aubio_mfcc_get_scale (aubio_mfcc_t *mf)157 smpl_t aubio_mfcc_get_scale (aubio_mfcc_t *mf) 158 158 { 159 159 return mf->scale;
Note: See TracChangeset
for help on using the changeset viewer.