Changeset 088760e for src/spectral/mfcc.c
- Timestamp:
- Oct 31, 2018, 10:26:52 PM (6 years ago)
- Branches:
- feature/constantq
- Children:
- c03d191
- Parents:
- 45c2c5c (diff), 7a54b37 (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
r45c2c5c r088760e 32 32 #include "spectral/mfcc.h" 33 33 34 #undef HAVE_SLOW_DCT 34 #ifdef HAVE_NOOPT 35 #define HAVE_SLOW_DCT 1 36 #endif 35 37 36 38 /** Internal structure for mfcc object */
Note: See TracChangeset
for help on using the changeset viewer.