source: doc/cli.rst @ 2f965e2

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

doc/cli.rst: include command line manpages

  • 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
21``aubioonset``
22--------------
23
24.. literalinclude:: aubioonset.txt
25
26``aubiopitch``
27--------------
28
29.. literalinclude:: aubiopitch.txt
30
31``aubiomfcc``
32--------------
33
34.. literalinclude:: aubiomfcc.txt
35
36``aubiotrack``
37--------------
38
39.. literalinclude:: aubiotrack.txt
40
41``aubionotes``
42--------------
43
44.. literalinclude:: aubionotes.txt
45
46``aubioquiet``
47--------------
48
49.. literalinclude:: aubioquiet.txt
50
51``aubiocut``
52--------------
53
54.. literalinclude:: aubiocut.txt
Note: See TracBrowser for help on using the repository browser.