From: Paul Brossier Date: Tue, 30 Oct 2018 11:55:56 +0000 (+0100) Subject: [doc] add -d/--release-drop to aubionotes manual X-Git-Tag: 0.4.8~94 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=929d76cc4f028a0c9ddf36a66c3063ced1ae82b9;p=aubio.git [doc] add -d/--release-drop to aubionotes manual --- diff --git a/doc/aubionotes.txt b/doc/aubionotes.txt index 1373d368..30d6921c 100644 --- a/doc/aubionotes.txt +++ b/doc/aubionotes.txt @@ -6,7 +6,7 @@ SYNOPSIS aubionotes source aubionotes [[-i] source] [-r rate] [-B win] [-H hop] - [-O method] [-t thres] + [-O method] [-t thres] [-d drop] [-p method] [-u unit] [-l thres] [-T time-format] [-s sil] @@ -68,6 +68,10 @@ OPTIONS will not be detected. A value of -20.0 would eliminate most onsets but the loudest ones. A value of -90.0 would select all onsets. Defaults to -90.0. + -d, --release-drop Set the release drop threshold, in dB. If the level is + found to drop more than this amount since the last note has started, the + note will be turned-off. Defaults to 10. + -T, --timeformat format Set time format (samples, ms, seconds). Defaults to seconds.