Changeset 7a83a47


Ignore:
Timestamp:
Sep 17, 2016, 2:04:15 AM (8 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, pitchshift, sampler, timestretch, yinfft+
Children:
980a4f4
Parents:
99d8cbb
Message:

doc/aubio*.txt: document -T/--timeformat option

Location:
doc
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • doc/aubiomfcc.txt

    r99d8cbb r7a83a47  
    77  aubiomfcc [[-i] source]
    88            [-r rate] [-B win] [-H hop]
     9            [-T time-format]
    910            [-v] [-h]
    1011
     
    3839  Defaults to 256.
    3940
     41  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
     42  seconds.
     43
    4044  -h, --help  Print a short help message and exit.
    4145
  • doc/aubionotes.txt

    r99d8cbb r7a83a47  
    99             [-O method] [-t thres]
    1010             [-p method] [-u unit] [-l thres]
     11             [-T time-format]
    1112             [-s sil]
    1213             [-j] [-v] [-h]
     
    6566  loudest ones. A value of -90.0 would select all onsets. Defaults to -90.0.
    6667
     68  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
     69  seconds.
     70
    6771  -j, --jack  Use Jack input/output. You will need a Jack connection
    6872  controller to feed aubio some signal and listen to its output.
  • doc/aubioonset.txt

    r99d8cbb r7a83a47  
    88             [-r rate] [-B win] [-H hop]
    99             [-O method] [-t thres]
     10             [-T time-format]
    1011             [-s sil] [-m] [-f]
    1112             [-j] [-v] [-h]
     
    5556  will not be detected. A value of -20.0 would eliminate most onsets but the
    5657  loudest ones. A value of -90.0 would select all onsets. Defaults to -90.0.
     58
     59  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
     60  seconds.
    5761
    5862  -m, --mix-input  Mix source signal to the output signal before writing to
  • doc/aubiopitch.txt

    r99d8cbb r7a83a47  
    88             [-r rate] [-B win] [-H hop]
    99             [-p method] [-u unit] [-l thres]
     10             [-T time-format]
    1011             [-s sil] [-f]
    1112             [-v] [-h] [-j]
     
    5960  will not be detected. A value of -20.0 would eliminate most onsets but the
    6061  loudest ones. A value of -90.0 would select all onsets. Defaults to -90.0.
     62
     63  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
     64  seconds.
    6165
    6266  -m, --mix-input  Mix source signal to the output signal before writing to
  • doc/aubioquiet.txt

    r99d8cbb r7a83a47  
    77  aubioquiet [[-i] source]
    88             [-r rate] [-B win] [-H hop]
     9             [-T time-format]
    910             [-s sil]
    1011             [-v] [-h]
     
    3940  will not be detected. Defaults to -90.0.
    4041
     42  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
     43  seconds.
     44
    4145  -h, --help  Print a short help message and exit.
    4246
  • doc/aubiotrack.txt

    r99d8cbb r7a83a47  
    77  aubiotrack [[-i] source] [-o sink]
    88             [-r rate] [-B win] [-H hop]
     9             [-T time-format]
    910             [-s sil] [-m]
    1011             [-j] [-v] [-h]
     
    5455  controller to feed aubio some signal and listen to its output.
    5556
     57  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
     58  seconds.
     59
    5660  -h, --help  Print a short help message and exit.
    5761
Note: See TracChangeset for help on using the changeset viewer.