doc/aubio*.txt: document -T/--timeformat option
authorPaul Brossier <piem@piem.org>
Sat, 17 Sep 2016 00:04:15 +0000 (02:04 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 17 Sep 2016 00:04:15 +0000 (02:04 +0200)
doc/aubiomfcc.txt
doc/aubionotes.txt
doc/aubioonset.txt
doc/aubiopitch.txt
doc/aubioquiet.txt
doc/aubiotrack.txt

index afeafe3..6398d9a 100644 (file)
@@ -6,6 +6,7 @@ SYNOPSIS
   aubiomfcc source
   aubiomfcc [[-i] source]
             [-r rate] [-B win] [-H hop]
+            [-T time-format]
             [-v] [-h]
 
 DESCRIPTION
@@ -37,6 +38,9 @@ OPTIONS
   -H, --hopsize hop  The number of samples between two consecutive analysis.
   Defaults to 256.
 
+  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
+  seconds.
+
   -h, --help  Print a short help message and exit.
 
   -v, --verbose  Be verbose.
index 190fc72..04cd96c 100644 (file)
@@ -8,6 +8,7 @@ SYNOPSIS
              [-r rate] [-B win] [-H hop]
              [-O method] [-t thres]
              [-p method] [-u unit] [-l thres]
+             [-T time-format]
              [-s sil]
              [-j] [-v] [-h]
 
@@ -64,6 +65,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.
 
+  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
+  seconds.
+
   -j, --jack  Use Jack input/output. You will need a Jack connection
   controller to feed aubio some signal and listen to its output.
 
index f9d3783..8a7b2b7 100644 (file)
@@ -7,6 +7,7 @@ SYNOPSIS
   aubioonset [[-i] source] [-o sink]
              [-r rate] [-B win] [-H hop]
              [-O method] [-t thres]
+             [-T time-format]
              [-s sil] [-m] [-f]
              [-j] [-v] [-h]
 
@@ -55,6 +56,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.
 
+  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
+  seconds.
+
   -m, --mix-input  Mix source signal to the output signal before writing to
   sink.
 
index 1fc8205..1313975 100644 (file)
@@ -7,6 +7,7 @@ SYNOPSIS
   aubiopitch [[-i] source] [-o sink]
              [-r rate] [-B win] [-H hop]
              [-p method] [-u unit] [-l thres]
+             [-T time-format]
              [-s sil] [-f]
              [-v] [-h] [-j]
 
@@ -59,6 +60,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.
 
+  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
+  seconds.
+
   -m, --mix-input  Mix source signal to the output signal before writing to
   sink.
 
index eb11ae0..9428315 100644 (file)
@@ -6,6 +6,7 @@ SYNOPSIS
   aubioquiet source
   aubioquiet [[-i] source]
              [-r rate] [-B win] [-H hop]
+             [-T time-format]
              [-s sil]
              [-v] [-h]
 
@@ -38,6 +39,9 @@ OPTIONS
   -s, --silence sil  Set the silence threshold, in dB, under which the pitch
   will not be detected. Defaults to -90.0.
 
+  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
+  seconds.
+
   -h, --help  Print a short help message and exit.
 
   -v, --verbose  Be verbose.
index 753e97f..6b81a99 100644 (file)
@@ -6,6 +6,7 @@ SYNOPSIS
   aubiotrack source
   aubiotrack [[-i] source] [-o sink]
              [-r rate] [-B win] [-H hop]
+             [-T time-format]
              [-s sil] [-m]
              [-j] [-v] [-h]
 
@@ -53,6 +54,9 @@ OPTIONS
   -j, --jack  Use Jack input/output. You will need a Jack connection
   controller to feed aubio some signal and listen to its output.
 
+  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
+  seconds.
+
   -h, --help  Print a short help message and exit.
 
   -v, --verbose  Be verbose.