Changeset fbafd2c for doc/cli.rst


Ignore:
Timestamp:
Mar 25, 2017, 12:12:38 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
b201912
Parents:
f8d96f1 (diff), 2a7bcaa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into sampler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/cli.rst

    rf8d96f1 rfbafd2c  
    44==================
    55
    6 A few simple command line tools are included along with the library.
     6The python module comes with the following tools:
     7
     8 - ``aubio`` estimate and extract descriptors from sound files
     9 - ``aubiocut`` slices sound files at onset or beat timestamps
     10
     11More command line tools are included along with the library.
    712
    813 - ``aubioonset`` outputs the time stamp of detected note onsets
     
    1419 - ``aubioquiet`` extracts quiet and loud regions
    1520
    16 Additionally, the python module comes with the following script:
    1721
    18  - ``aubiocut`` slices sound files at onset or beat timestamps
     22``aubio``
     23---------
     24
     25.. literalinclude:: aubio.txt
     26   :language: text
    1927
    2028
    21 .. toctree::
     29``aubiocut``
     30--------------
    2231
    23    cli_features
     32.. literalinclude:: aubiocut.txt
     33   :language: text
    2434
    2535
     
    2838
    2939.. literalinclude:: aubioonset.txt
     40   :language: text
    3041
    3142``aubiopitch``
     
    3344
    3445.. literalinclude:: aubiopitch.txt
     46   :language: text
    3547
    3648``aubiomfcc``
     
    3850
    3951.. literalinclude:: aubiomfcc.txt
     52   :language: text
    4053
    4154``aubiotrack``
     
    4356
    4457.. literalinclude:: aubiotrack.txt
     58   :language: text
    4559
    4660``aubionotes``
     
    4862
    4963.. literalinclude:: aubionotes.txt
     64   :language: text
    5065
    5166``aubioquiet``
     
    5368
    5469.. literalinclude:: aubioquiet.txt
     70   :language: text
    5571
    56 ``aubiocut``
    57 --------------
    5872
    59 .. literalinclude:: aubiocut.txt
     73.. include:: cli_features.rst
Note: See TracChangeset for help on using the changeset viewer.