shithub: aubio

Download patch

ref: 71b8af22b3c21324085958c1ece2b16b36d35ece
parent: 51070ac2a18790d7898111d7fce142df77571007
author: Paul Brossier <piem@piem.org>
date: Wed Oct 31 12:03:08 EDT 2018

[doc] add --release-drop to manpages

--- a/doc/aubio.txt
+++ b/doc/aubio.txt
@@ -98,7 +98,13 @@
 
 NOTES
 
-  The "note" command accepts all common options and no additional options.
+  The following additional options can be used with the "notes" subcommand.
+
+  -s <value>, --silence <value>  silence threshold, in dB (default: -70)
+
+  -d <value>, --release-drop <value>  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
 
--- a/doc/aubionotes.txt
+++ b/doc/aubionotes.txt
@@ -68,9 +68,9 @@
   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.