shithub: aubio

Download patch

ref: 067d794f50cf0885aa9f94afa3d651ad5ee07d63
parent: c2e23629b47c5c5a63736f312367c154b04f4050
author: Paul Brossier <piem@piem.org>
date: Wed Apr 5 10:33:48 EDT 2017

README.md: update list of command line tools

--- a/README.md
+++ b/README.md
@@ -43,8 +43,13 @@
 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
    each frame of the input sound
@@ -52,10 +57,6 @@
  - `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
 
 The latest version of the documentation can be found at: