From 71b8af22b3c21324085958c1ece2b16b36d35ece Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 31 Oct 2018 16:03:08 +0100 Subject: [PATCH] [doc] add --release-drop to manpages --- doc/aubio.txt | 8 +++++++- doc/aubionotes.txt | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/aubio.txt b/doc/aubio.txt index bee9eb1d..cd1138fd 100644 --- a/doc/aubio.txt +++ b/doc/aubio.txt @@ -98,7 +98,13 @@ TEMPO NOTES - The "note" command accepts all common options and no additional options. + The following additional options can be used with the "notes" subcommand. + + -s , --silence silence threshold, in dB (default: -70) + + -d , --release-drop release drop level, in dB. If the level + drops more than this amount since the last note started, the note will be + turned off (default: 10). MFCC diff --git a/doc/aubionotes.txt b/doc/aubionotes.txt index 30d6921c..37010565 100644 --- a/doc/aubionotes.txt +++ b/doc/aubionotes.txt @@ -68,9 +68,9 @@ 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. + -d, --release-drop Set the release drop threshold, in dB. If the level drops + more than this amount since the last note started, the note will be turned + off. Defaults to 10. -T, --timeformat format Set time format (samples, ms, seconds). Defaults to seconds. -- 2.11.0