- Timestamp:
- Feb 28, 2013, 7:18:11 PM (12 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:
- 6be592a
- Parents:
- 81fe3273
- Location:
- python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio-types.h
r81fe3273 rcd6fc5a 2 2 #include <structmember.h> 3 3 #define NO_IMPORT_ARRAY 4 #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION4 //#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION 5 5 #include <numpy/arrayobject.h> 6 6 #define AUBIO_UNSTABLE 1 -
python/aubiomodule.c
r81fe3273 rcd6fc5a 1 1 #include <Python.h> 2 2 #define PY_ARRAY_UNIQUE_SYMBOL PyArray_API 3 #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION3 //#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION 4 4 #include <numpy/arrayobject.h> 5 5
Note: See TracChangeset
for help on using the changeset viewer.