Changeset 883b499 for python/ext
- Timestamp:
- Dec 17, 2016, 12:19:20 PM (8 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, sampler, yinfft+
- Children:
- c470ad0
- Parents:
- 911bea80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/aubiomodule.c
r911bea80 r883b499 324 324 325 325 PyModule_AddStringConstant(m, "float_type", AUBIO_NPY_SMPL_STR); 326 PyModule_AddStringConstant(m, "__version__", AUBIO_VERSION); 326 327 327 328 // add generated objects
Note: See TracChangeset
for help on using the changeset viewer.