Changeset a2ca72a for python/scripts
- Timestamp:
- Feb 1, 2014, 3:10:15 PM (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:
- bc6c1a7
- Parents:
- c76345e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/scripts/aubiocut
rc76345e ra2ca72a 187 187 timestamps_end += [ 1e120 ] * (options.cut_until_nslices + 1) 188 188 slice_source_at_stamps(source_file, timestamps, timestamps_end = timestamps_end, 189 output_dir = options.output_directory) 189 output_dir = options.output_directory, 190 samplerate = samplerate) 190 191 191 192 # print some info
Note: See TracChangeset
for help on using the changeset viewer.