- Timestamp:
- Jan 12, 2014, 8:39:19 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:
- 94b16e89
- Parents:
- 6fbee46
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/slicing.py
r6fbee46 r35a44e9 14 14 if timestamps[0] != 0: 15 15 timestamps = [0] + timestamps 16 if timestamps_end != None: 17 timestamps_end = [timestamps[1] - 1] + timestamps_end 16 18 17 19 if timestamps_end != None:
Note: See TracChangeset
for help on using the changeset viewer.