- Timestamp:
- Mar 23, 2017, 3:32:21 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:
- af98cb8
- Parents:
- 4077fa1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/cmd.py
r4077fa1 rb7208f8 63 63 # tempo subcommand 64 64 subparser = subparsers.add_parser('tempo', 65 help='get locations of beats')65 help='get overal tempo in bpm') 66 66 parser_add_input(subparser) 67 67 parser_add_buf_hop_size(subparser, buf_size=1024, hop_size=512)
Note: See TracChangeset
for help on using the changeset viewer.