Changeset 4077fa1 for python/lib/aubio
- Timestamp:
- Mar 23, 2017, 3:22:33 PM (8 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, sampler
- Children:
- b7208f8
- Parents:
- bd72039
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/cut.py
rbd72039 r4077fa1 133 133 (options, args) = parser.parse_args() 134 134 if not options.source_file: 135 import os.path136 135 if len(args) == 1: 137 136 options.source_file = args[0] … … 149 148 source_file = options.source_file 150 149 151 from aubio import onset, tempo, source , sink150 from aubio import onset, tempo, source 152 151 153 152 s = source(source_file, samplerate, hopsize)
Note: See TracChangeset
for help on using the changeset viewer.