ref: cd2cbc45a995719262f932eb5b0e8b75fe0a9db3
parent: 1504b7c67b13e112b7294458e981fcc6c7569de1
author: Paul Brossier <piem@piem.org>
date: Sun Dec 11 10:02:13 EST 2016
doc/aubio*.txt: improve -t documentation in aubiocut too
--- a/doc/aubiocut.txt
+++ b/doc/aubiocut.txt
@@ -34,9 +34,9 @@
-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.
--- a/doc/aubioonset.txt
+++ b/doc/aubioonset.txt
@@ -47,7 +47,7 @@
-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.
--
⑨