- Timestamp:
- May 10, 2017, 10:30:09 AM (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
- Children:
- 9452505
- Parents:
- b37e2b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/cmd.py
rb37e2b2 rc290245 188 188 return samples2samples 189 189 else: 190 raise ValueError( 'invalid time format %s'% mode)190 raise ValueError("invalid time format '%s'" % mode) 191 191 192 192 # definition of processing classes
Note: See TracChangeset
for help on using the changeset viewer.