Changeset b7208f8 for python/lib/aubio


Ignore:
Timestamp:
Mar 23, 2017, 3:32:21 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

python/lib/aubio/cmd.py: improve tempo subcommand description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/aubio/cmd.py

    r4077fa1 rb7208f8  
    6363    # tempo subcommand
    6464    subparser = subparsers.add_parser('tempo',
    65             help='get locations of beats')
     65            help='get overal tempo in bpm')
    6666    parser_add_input(subparser)
    6767    parser_add_buf_hop_size(subparser, buf_size=1024, hop_size=512)
Note: See TracChangeset for help on using the changeset viewer.