shithub: aubio

Download patch

ref: 7a83a47a56870b91af549d8f1246b872af63503f
parent: 99d8cbb17ed382ede120b52b8f4591c8c680b632
author: Paul Brossier <piem@piem.org>
date: Fri Sep 16 22:04:15 EDT 2016

doc/aubio*.txt: document -T/--timeformat option

--- a/doc/aubiomfcc.txt
+++ b/doc/aubiomfcc.txt
@@ -6,6 +6,7 @@
   aubiomfcc source
   aubiomfcc [[-i] source]
             [-r rate] [-B win] [-H hop]
+            [-T time-format]
             [-v] [-h]
 
 DESCRIPTION
@@ -36,6 +37,9 @@
 
   -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.
 
--- a/doc/aubionotes.txt
+++ b/doc/aubionotes.txt
@@ -8,6 +8,7 @@
              [-r rate] [-B win] [-H hop]
              [-O method] [-t thres]
              [-p method] [-u unit] [-l thres]
+             [-T time-format]
              [-s sil]
              [-j] [-v] [-h]
 
@@ -63,6 +64,9 @@
   -s, --silence sil  Set the silence threshold, in dB, under which the pitch
   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.
--- a/doc/aubioonset.txt
+++ b/doc/aubioonset.txt
@@ -7,6 +7,7 @@
   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]
 
@@ -54,6 +55,9 @@
   -s, --silence sil  Set the silence threshold, in dB, under which the pitch
   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.
--- a/doc/aubiopitch.txt
+++ b/doc/aubiopitch.txt
@@ -7,6 +7,7 @@
   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]
 
@@ -58,6 +59,9 @@
   -s, --silence sil  Set the silence threshold, in dB, under which the onset
   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.
--- a/doc/aubioquiet.txt
+++ b/doc/aubioquiet.txt
@@ -6,6 +6,7 @@
   aubioquiet source
   aubioquiet [[-i] source]
              [-r rate] [-B win] [-H hop]
+             [-T time-format]
              [-s sil]
              [-v] [-h]
 
@@ -37,6 +38,9 @@
 
   -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.
 
--- a/doc/aubiotrack.txt
+++ b/doc/aubiotrack.txt
@@ -6,6 +6,7 @@
   aubiotrack source
   aubiotrack [[-i] source] [-o sink]
              [-r rate] [-B win] [-H hop]
+             [-T time-format]
              [-s sil] [-m]
              [-j] [-v] [-h]
 
@@ -52,6 +53,9 @@
 
   -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.