Changeset c6388f4 for python/ext/aubio-types.h
- Timestamp:
- Apr 24, 2016, 11:45:45 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:
- fbcee4f
- Parents:
- 81984a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/aubio-types.h
r81984a7 rc6388f4 34 34 35 35 #if HAVE_AUBIO_DOUBLE 36 # error "Ouch! Python interface for aubio has not been much tested yet."36 #warning "double mode needs love" 37 37 #define AUBIO_NPY_SMPL NPY_DOUBLE 38 #define AUBIO_NPY_SMPL_STR "float64" 39 #define AUBIO_NPY_SMPL_CHR "d" 38 40 #else 39 41 #define AUBIO_NPY_SMPL NPY_FLOAT 42 #define AUBIO_NPY_SMPL_STR "float32" 43 #define AUBIO_NPY_SMPL_CHR "f" 40 44 #endif 41 45
Note: See TracChangeset
for help on using the changeset viewer.