From: Paul Brossier Date: Wed, 5 Apr 2017 12:33:48 +0000 (+0200) Subject: README.md: update list of command line tools X-Git-Tag: 0.4.5~16 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=067d794f50cf0885aa9f94afa3d651ad5ee07d63;p=aubio.git README.md: update list of command line tools --- diff --git a/README.md b/README.md index 8f3b7bbb..549a4db9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,12 @@ please see the file [`python/README.md`](python/README.md) and the Examples tools -------------- -A few simple command line tools are included along with the library: +The python module comes with the following command line tools: + + - `aubio` extracts informations from sound files + - `aubiocut` slices sound files at onset or beat timestamps + +Additional 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 @@ -53,10 +58,6 @@ A few simple command line tools are included along with the library: - `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 - The latest version of the documentation can be found at: https://aubio.org/documentation