Changeset 7cfb55a
- Timestamp:
- Nov 28, 2016, 4:28:18 PM (8 years ago)
- Branches:
- sampler
- Children:
- c3af14b
- Parents:
- 8fcbd37
- git-author:
- Paul Brossier <piem@piem.org> (11/16/16 10:54:14)
- git-committer:
- Paul Brossier <piem@piem.org> (11/28/16 16:28:18)
- Location:
- python/demos
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_timestretch.py
r8fcbd37 r7cfb55a 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 -
python/demos/demo_timestretch_online.py
r8fcbd37 r7cfb55a 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.