Changeset 16dda03 for python/lib/aubio
- Timestamp:
- Jan 24, 2014, 2:23:35 AM (11 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:
- 98a3887
- Parents:
- 7b56229
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/slicing.py
r7b56229 r16dda03 76 76 #print "closing region", "remaining", remaining 77 77 # close this file 78 del g78 g.close() 79 79 elif read > start: 80 80 # write all the samples … … 82 82 total_frames += read 83 83 if read < hopsize: break 84 85 # close the last file86 del g
Note: See TracChangeset
for help on using the changeset viewer.