Changeset 1175883
- Timestamp:
- Feb 9, 2016, 3:35:00 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:
- d7f3c88
- Parents:
- 9590e81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_pyobject.py
r9590e81 r1175883 109 109 aubioinitvalue = { 110 110 'uint_t': 0, 111 'sint_t': 0, 111 112 'smpl_t': 0, 112 113 'lsmp_t': 0., … … 138 139 aubio2pytypes = { 139 140 'uint_t': 'I', 141 'sint_t': 'I', 140 142 'smpl_t': 'f', 141 143 'lsmp_t': 'd',
Note: See TracChangeset
for help on using the changeset viewer.