Changeset 8428a52
- Timestamp:
- Sep 18, 2018, 4:11:20 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:
- dbdb48a
- Parents:
- b3146df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/mfcc.c
rb3146df r8428a52 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.