source: doc/cli.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: 1.1 KB
RevLine 
[2f965e2]1.. _manpages:
2
3Command line tools
4==================
5
6A few simple command line tools are included along with the library.
7
8 - ``aubioonset`` outputs the time stamp of detected note onsets
9 - ``aubiopitch`` attempts to identify a fundamental frequency, or pitch, for
10   each frame of the input sound
11 - ``aubiomfcc`` computes Mel-frequency Cepstrum Coefficients
12 - ``aubiotrack`` outputs the time stamp of detected beats
13 - ``aubionotes`` emits midi-like notes, with an onset, a pitch, and a duration
14 - ``aubioquiet`` extracts quiet and loud regions
15
16Additionally, the python module comes with the following script:
17
18 - ``aubiocut`` slices sound files at onset or beat timestamps
19
20
[ae785ea]21.. toctree::
22
23   cli_features
24
25
[2f965e2]26``aubioonset``
27--------------
28
29.. literalinclude:: aubioonset.txt
30
31``aubiopitch``
32--------------
33
34.. literalinclude:: aubiopitch.txt
35
36``aubiomfcc``
37--------------
38
39.. literalinclude:: aubiomfcc.txt
40
41``aubiotrack``
42--------------
43
44.. literalinclude:: aubiotrack.txt
45
46``aubionotes``
47--------------
48
49.. literalinclude:: aubionotes.txt
50
51``aubioquiet``
52--------------
53
54.. literalinclude:: aubioquiet.txt
55
56``aubiocut``
57--------------
58
59.. literalinclude:: aubiocut.txt
Note: See TracBrowser for help on using the repository browser.