source: doc/cli_features.rst @ ae785ea

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

doc/cli_features.rst: add matrix of command line features

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[ae785ea]1Command line features
2=====================
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+--------------+-------+-------+------+-------+-------+-------+------+------------------+
15| onset        |   Y   |   N   |  N   |   Y?  |  Y!6  |   N   |  Y   | -O,-t            |
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
386. New ``aubionotes`` needs onset/pitch setters.
39
407. Silence was different for pitch and onset, test.
Note: See TracBrowser for help on using the repository browser.