Changeset e3c83bb for doc


Ignore:
Timestamp:
Mar 24, 2017, 8:07:04 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
a7eca0d
Parents:
4e2173e
Message:

doc/cli.rst: revamp

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/cli.rst

    r4e2173e re3c83bb  
    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
  • doc/cli_features.rst

    r4e2173e re3c83bb  
    11Command line features
    2 =====================
     2---------------------
    33
    44+--------------+-------+-------+------+-------+-------+-------+------+------------------+
Note: See TracChangeset for help on using the changeset viewer.