source: doc/cli.rst @ d958b3c

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
Last change on this file since d958b3c was e3c83bb, checked in by Paul Brossier <piem@piem.org>, 7 years ago

doc/cli.rst: revamp

  • Property mode set to 100644
File size: 1.4 KB

Command line tools

The python module comes with the following tools:

  • aubio estimate and extract descriptors from sound files
  • aubiocut slices sound files at onset or beat timestamps

More command line tools are included along with the library.

  • aubioonset outputs the time stamp of detected note onsets
  • aubiopitch attempts to identify a fundamental frequency, or pitch, for each frame of the input sound
  • aubiomfcc computes Mel-frequency Cepstrum Coefficients
  • aubiotrack outputs the time stamp of detected beats
  • aubionotes emits midi-like notes, with an onset, a pitch, and a duration
  • aubioquiet extracts quiet and loud regions

aubio

?
.. literalinclude:: aubio.txt
   :language: text

aubiocut

?
.. literalinclude:: aubiocut.txt
   :language: text

aubioonset

?
.. literalinclude:: aubioonset.txt
   :language: text

aubiopitch

?
.. literalinclude:: aubiopitch.txt
   :language: text

aubiomfcc

?
.. literalinclude:: aubiomfcc.txt
   :language: text

aubiotrack

?
.. literalinclude:: aubiotrack.txt
   :language: text

aubionotes

?
.. literalinclude:: aubionotes.txt
   :language: text

aubioquiet

?
.. literalinclude:: aubioquiet.txt
   :language: text
?
.. include:: cli_features.rst
Note: See TracBrowser for help on using the repository browser.