- Timestamp:
- Dec 1, 2018, 10:57:07 AM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- c1ba75b
- Parents:
- bbfa9a4 (diff), bde4f641 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-phasevoc.c
rbbfa9a4 radc6e02 91 91 self->hop_s = Py_default_vector_length/2; 92 92 93 if (self == NULL) {94 return NULL;95 }96 97 93 if (win_s > 0) { 98 94 self->win_s = win_s;
Note: See TracChangeset
for help on using the changeset viewer.