- Timestamp:
- Apr 27, 2016, 9:00:13 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:
- 92a8800
- Parents:
- ac65a2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/phasevoc.c
rac65a2f r1f4d932 120 120 pv->hop_datasize = pv->hop_s * sizeof(smpl_t); 121 121 122 pv->scale = pv->hop_s * 2. / pv->win_s; 122 // for reconstruction with 75% overlap 123 pv->scale = 2./3.; 123 124 124 125 return pv;
Note: See TracChangeset
for help on using the changeset viewer.