source: doc/cli_features.rst @ a7eca0d

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5sampler
Last change on this file since a7eca0d was e3c83bb, checked in by Paul Brossier <piem@piem.org>, 7 years ago

doc/cli.rst: revamp

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[ae785ea]1Command line features
[e3c83bb]2---------------------
[ae785ea]3
4+--------------+-------+-------+------+-------+-------+-------+------+------------------+
5| feat vs. prg | onset | pitch | mfcc | track | notes | quiet | cut1 | short options    |
6+==============+=======+=======+======+=======+=======+=======+======+==================+
7| input        |   Y   |   Y   |  Y   |   Y   |   Y   |   Y   |  Y   | -i               |
8+--------------+-------+-------+------+-------+-------+-------+------+------------------+
9| output       |   Y   |   Y   |  N   |   Y   |   Y   |   N   | Y!1  | -o,-m,-f         |
10+--------------+-------+-------+------+-------+-------+-------+------+------------------+
11| Hz/buf/hop   |   Y   |   Y   |  Y   |   Y   |   Y   |  Y!2  |  Y   | -r,-B-,H         |
12+--------------+-------+-------+------+-------+-------+-------+------+------------------+
13| jack         |   Y   |   Y   |  N   |   Y   |   Y   |  N!3  |  N   | -j               |
14+--------------+-------+-------+------+-------+-------+-------+------+------------------+
[0759f90]15| onset        |   Y   |   N   |  N   |  Y!8  |  Y!6  |   N   |  Y   | -O,-t,-M         |
[ae785ea]16+--------------+-------+-------+------+-------+-------+-------+------+------------------+
17| pitch        |   N   |   Y   |  N   |   N   |  Y!6  |   N   | N!5  | -p,-u,-l         |
18+--------------+-------+-------+------+-------+-------+-------+------+------------------+
19| silence      |   Y   |   Y   |  N   |   Y   |  Y!7  |   Y   | N!4  | -s               |
20+--------------+-------+-------+------+-------+-------+-------+------+------------------+
21| timefmt      |   Y   |   Y   |  Y   |   Y   |   Y   |   Y   |  !   | -T               |
22+--------------+-------+-------+------+-------+-------+-------+------+------------------+
23| help         |   Y   |   Y   |  Y   |   Y   |   Y   |   Y   |  Y   | -h               |
24+--------------+-------+-------+------+-------+-------+-------+------+------------------+
25| verbose      |   Y   |   Y   |  Y   |   Y   |   Y   |   Y   |  Y   | -v               |
26+--------------+-------+-------+------+-------+-------+-------+------+------------------+
27
281. ``aubiocut --output`` is used to specify a directory, not a file.
29
302. Option ``--bufsize`` is useless for ``aubioquiet``
31
323. ``aubioquiet`` could have a jack output
33
344. Regression, re-add slicing at silences to ``aubiocut``
35
365. ``aubiocut`` could cut on notes
37
[0759f90]386. ``aubionotes`` needs onset/pitch setters.
[ae785ea]39
407. Silence was different for pitch and onset, test.
[0759f90]41
428. Some ``aubiotrack`` options should be disabled (minioi, threshold).
Note: See TracBrowser for help on using the repository browser.