doc/aubio*.txt: improve -t documentation in aubiocut too
authorPaul Brossier <piem@piem.org>
Sun, 11 Dec 2016 14:02:13 +0000 (15:02 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 11 Dec 2016 14:02:13 +0000 (15:02 +0100)
doc/aubiocut.txt
doc/aubioonset.txt

index be19dad..8023460 100644 (file)
@@ -34,9 +34,9 @@ OPTIONS
   -b, --beat  Use beat locations instead of onset locations.
 
   -t, --onset-threshold thres  Set the threshold value for the onset peak
-  picking. Typical values are typically within 0.001 and 0.900. Defaults to
-  0.1. Lower threshold values imply more onsets detected. Try 0.5 in case of
-  over-detections. Defaults to 0.3.
+  picking. Values are typically in the range [0.001, 0.900]. Lower threshold
+  values imply more onsets detected. Increasing this threshold should reduce
+  the number of incorrect detections. Defaults to 0.3.
 
   -c, --cut  Cut input sound file at detected labels. A new sound files for
   each slice will be created in the current directory.
index f75b231..109f440 100644 (file)
@@ -47,7 +47,7 @@ OPTIONS
   -O, --onset method  The onset detection method to use. See ONSET METHODS
   below. Defaults to 'default'.
 
-  - t, --onset-threshold thres  Set the threshold value for the onset peak
+  -t, --onset-threshold thres  Set the threshold value for the onset peak
   picking. Values are typically in the range [0.001, 0.900]. Lower threshold
   values imply more onsets detected. Increasing this threshold should reduce
   the number of incorrect detections. Defaults to 0.3.