Changeset 83a768e for src/spectral
- Timestamp:
- Apr 28, 2016, 7:39:10 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:
- 215b33c
- Parents:
- 98e9d69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/phasevoc.c
r98e9d69 r83a768e 121 121 122 122 // for reconstruction with 75% overlap 123 pv->scale = 2./3.; 123 if (win_s == hop_s * 4) { 124 pv->scale = 2./3.; 125 } else if (win_s == hop_s * 8) { 126 pv->scale = 1./3.; 127 } else { 128 pv->scale = .5; 129 } 124 130 125 131 return pv;
Note: See TracChangeset
for help on using the changeset viewer.