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

Command line tools

A few simple 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

Additionally, the python module comes with the following script:

  • aubiocut slices sound files at onset or beat timestamps

aubioonset

?
.. literalinclude:: aubioonset.txt

aubiopitch

?
.. literalinclude:: aubiopitch.txt

aubiomfcc

?
.. literalinclude:: aubiomfcc.txt

aubiotrack

?
.. literalinclude:: aubiotrack.txt

aubionotes

?
.. literalinclude:: aubionotes.txt

aubioquiet

?
.. literalinclude:: aubioquiet.txt

aubiocut

?
.. literalinclude:: aubiocut.txt
Note: See TracBrowser for help on using the repository browser.