Changeset 0e59ae0
- Timestamp:
- Apr 18, 2016, 11:21:31 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:
- 4de5f35
- Parents:
- 5c1200a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/slicing.py
r5c1200a r0e59ae0 23 23 timestamps_end = [t - 1 for t in timestamps[1:] ] + [ max_timestamp ] 24 24 25 regions = zip(timestamps, timestamps_end)25 regions = list(zip(timestamps, timestamps_end)) 26 26 #print regions 27 27
Note: See TracChangeset
for help on using the changeset viewer.