From cd2cbc45a995719262f932eb5b0e8b75fe0a9db3 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 11 Dec 2016 15:02:13 +0100 Subject: [PATCH] doc/aubio*.txt: improve -t documentation in aubiocut too --- doc/aubiocut.txt | 6 +++--- doc/aubioonset.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/aubiocut.txt b/doc/aubiocut.txt index be19dad7..8023460d 100644 --- a/doc/aubiocut.txt +++ b/doc/aubiocut.txt @@ -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. diff --git a/doc/aubioonset.txt b/doc/aubioonset.txt index f75b2319..109f4402 100644 --- a/doc/aubioonset.txt +++ b/doc/aubioonset.txt @@ -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. -- 2.11.0