From: Paul Brossier Date: Sat, 17 Sep 2016 00:04:15 +0000 (+0200) Subject: doc/aubio*.txt: document -T/--timeformat option X-Git-Tag: 0.4.4~221 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=7a83a47a56870b91af549d8f1246b872af63503f;p=aubio.git doc/aubio*.txt: document -T/--timeformat option --- diff --git a/doc/aubiomfcc.txt b/doc/aubiomfcc.txt index afeafe38..6398d9ae 100644 --- a/doc/aubiomfcc.txt +++ b/doc/aubiomfcc.txt @@ -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. diff --git a/doc/aubionotes.txt b/doc/aubionotes.txt index 190fc72e..04cd96cd 100644 --- a/doc/aubionotes.txt +++ b/doc/aubionotes.txt @@ -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. diff --git a/doc/aubioonset.txt b/doc/aubioonset.txt index f9d3783d..8a7b2b72 100644 --- a/doc/aubioonset.txt +++ b/doc/aubioonset.txt @@ -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. diff --git a/doc/aubiopitch.txt b/doc/aubiopitch.txt index 1fc8205d..1313975c 100644 --- a/doc/aubiopitch.txt +++ b/doc/aubiopitch.txt @@ -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. diff --git a/doc/aubioquiet.txt b/doc/aubioquiet.txt index eb11ae04..94283158 100644 --- a/doc/aubioquiet.txt +++ b/doc/aubioquiet.txt @@ -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. diff --git a/doc/aubiotrack.txt b/doc/aubiotrack.txt index 753e97f8..6b81a997 100644 --- a/doc/aubiotrack.txt +++ b/doc/aubiotrack.txt @@ -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.