Changeset 6014dc0 for python/ext
- Timestamp:
- Apr 30, 2016, 6:20:41 AM (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:
- 437ef07
- Parents:
- d03ee4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-fft.c
rd03ee4b r6014dc0 83 83 84 84 if (!PyAubio_ArrayToCFvec(input, &(self->vecin))) { 85 return NULL; 86 } 87 88 if (self->vecin.length != self->win_s) { 89 PyErr_Format(PyExc_ValueError, 90 "input array has length %d, but fft has size %d", 91 self->vecin.length, self->win_s); 85 92 return NULL; 86 93 }
Note: See TracChangeset
for help on using the changeset viewer.