- Timestamp:
- May 13, 2016, 5:13:35 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:
- 7876b67
- Parents:
- da632d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_reading_speed.py
rda632d3 rdee266f 89 89 total_frames = 0 90 90 while True: 91 samples, read = f()91 _, read = f() 92 92 total_frames += read 93 93 if read < f.hop_size: break
Note: See TracChangeset
for help on using the changeset viewer.