Changeset e99242a
- Timestamp:
- Apr 30, 2016, 4:58:33 PM (9 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:
- ad5eae8
- Parents:
- 7a62fcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/aubio-types.h
r7a62fcb re99242a 36 36 37 37 #if HAVE_AUBIO_DOUBLE 38 #warning "double mode needs love" 38 // 64 bit precision with HAVE_AUBIO_DOUBLE=1 39 39 #define AUBIO_NPY_SMPL NPY_DOUBLE 40 40 #define AUBIO_NPY_SMPL_STR "float64" 41 41 #define AUBIO_NPY_SMPL_CHR "d" 42 42 #else 43 // default is 32 bit precision 43 44 #define AUBIO_NPY_SMPL NPY_FLOAT 44 45 #define AUBIO_NPY_SMPL_STR "float32"
Note: See TracChangeset
for help on using the changeset viewer.