- Timestamp:
- Mar 24, 2017, 8:07:04 PM (8 years ago)
- 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
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/cli.rst
r4e2173e re3c83bb 4 4 ================== 5 5 6 A few simple command line tools are included along with the library. 6 The 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 11 More command line tools are included along with the library. 7 12 8 13 - ``aubioonset`` outputs the time stamp of detected note onsets … … 14 19 - ``aubioquiet`` extracts quiet and loud regions 15 20 16 Additionally, the python module comes with the following script:17 21 18 - ``aubiocut`` slices sound files at onset or beat timestamps 22 ``aubio`` 23 --------- 24 25 .. literalinclude:: aubio.txt 26 :language: text 19 27 20 28 21 .. toctree:: 29 ``aubiocut`` 30 -------------- 22 31 23 cli_features 32 .. literalinclude:: aubiocut.txt 33 :language: text 24 34 25 35 … … 28 38 29 39 .. literalinclude:: aubioonset.txt 40 :language: text 30 41 31 42 ``aubiopitch`` … … 33 44 34 45 .. literalinclude:: aubiopitch.txt 46 :language: text 35 47 36 48 ``aubiomfcc`` … … 38 50 39 51 .. literalinclude:: aubiomfcc.txt 52 :language: text 40 53 41 54 ``aubiotrack`` … … 43 56 44 57 .. literalinclude:: aubiotrack.txt 58 :language: text 45 59 46 60 ``aubionotes`` … … 48 62 49 63 .. literalinclude:: aubionotes.txt 64 :language: text 50 65 51 66 ``aubioquiet`` … … 53 68 54 69 .. literalinclude:: aubioquiet.txt 70 :language: text 55 71 56 ``aubiocut``57 --------------58 72 59 .. literalinclude:: aubiocut.txt73 .. include:: cli_features.rst -
doc/cli_features.rst
r4e2173e re3c83bb 1 1 Command line features 2 ===================== 2 --------------------- 3 3 4 4 +--------------+-------+-------+------+-------+-------+-------+------+------------------+
Note: See TracChangeset
for help on using the changeset viewer.