Changeset eeb4538 for python/demos/demo_timestretch_online.py
- Timestamp:
- Aug 18, 2016, 5:23:19 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 73e068d
- Parents:
- 07364a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_timestretch_online.py
r07364a5 reeb4538 18 18 19 19 if len(sys.argv) < 3: 20 print("Usage: %s<source_filename> <output_filename> <rate> [samplerate]".format(sys.argv[0]))20 print("Usage: {:s} <source_filename> <output_filename> <rate> [samplerate]".format(sys.argv[0])) 21 21 print("""Examples: 22 22 # twice faster
Note: See TracChangeset
for help on using the changeset viewer.