[doc] add --release-drop to manpages
authorPaul Brossier <piem@piem.org>
Wed, 31 Oct 2018 15:03:08 +0000 (16:03 +0100)
committerPaul Brossier <piem@piem.org>
Wed, 31 Oct 2018 15:03:08 +0000 (16:03 +0100)
doc/aubio.txt
doc/aubionotes.txt

index bee9eb1..cd1138f 100644 (file)
@@ -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 <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
 
index 30d6921..3701056 100644 (file)
@@ -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.