Changeset e4284c9
- Timestamp:
- Sep 25, 2009, 4:20:07 AM (15 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- d84d19e
- Parents:
- 06d30f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/types.h
r06d30f9 re4284c9 31 31 #endif 32 32 33 #include "config.h" 34 35 #ifndef HAVE_AUBIO_DOUBLE 36 #define HAVE_AUBIO_DOUBLE 0 37 #endif 38 39 #if HAVE_AUBIO_DOUBLE 40 #define AUBIO_SINGLE_PRECISION 0 41 #else 33 42 #define AUBIO_SINGLE_PRECISION 1 43 #endif 34 44 35 45 /** short sample format (32 or 64 bits) */
Note: See TracChangeset
for help on using the changeset viewer.