Changeset 95ff046
- Timestamp:
- Jul 2, 2020, 11:16:13 AM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 66e8265
- Parents:
- 2940671
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/ufuncs.c
r2940671 r95ff046 4 4 typedef smpl_t (*aubio_unary_func_t)(smpl_t input); 5 5 6 static void aubio_PyUFunc_d_d(char **args, npy_intp *dimensions,7 npy_intp* steps, void* data)6 static void aubio_PyUFunc_d_d(char **args, const npy_intp *dimensions, 7 const npy_intp* steps, void* data) 8 8 { 9 9 npy_intp i; … … 23 23 } 24 24 25 static void aubio_PyUFunc_f_f_As_d_d(char **args, npy_intp *dimensions,26 npy_intp* steps, void* data)25 static void aubio_PyUFunc_f_f_As_d_d(char **args, const npy_intp *dimensions, 26 const npy_intp* steps, void* data) 27 27 { 28 28 npy_intp i;
Note: See TracChangeset
for help on using the changeset viewer.