Changeset 8489d7b for python/demos/demo_timestretch.py
- Timestamp:
- Nov 16, 2016, 10:54:14 AM (8 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, sampler, yinfft+
- Children:
- 9492ec88
- Parents:
- 8d41c1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_timestretch.py
r8d41c1d r8489d7b 13 13 14 14 win_s = 1024 15 hop_s = win_s / 8 # 87.5 % overlap15 hop_s = win_s // 8 # 87.5 % overlap 16 16 17 17 warmup = win_s // hop_s - 1
Note: See TracChangeset
for help on using the changeset viewer.