From: Paul Brossier Date: Sun, 11 Dec 2016 14:02:13 +0000 (+0100) Subject: doc/aubio*.txt: improve -t documentation in aubiocut too X-Git-Tag: 0.4.4~79 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=cd2cbc45a995719262f932eb5b0e8b75fe0a9db3 doc/aubio*.txt: improve -t documentation in aubiocut too --- 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.