From: Paul Brossier Date: Sun, 8 Dec 2013 04:51:22 +0000 (-0500) Subject: doc/: document -f --force-overwrite option X-Git-Tag: 0.4.0-beta1~7 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=664fd25a983dd105d6a9fb55377d87726256c7fd;p=aubio.git doc/: document -f --force-overwrite option --- diff --git a/doc/aubioonset.txt b/doc/aubioonset.txt index 1b71682a..f9d3783d 100644 --- a/doc/aubioonset.txt +++ b/doc/aubioonset.txt @@ -7,7 +7,7 @@ SYNOPSIS aubioonset [[-i] source] [-o sink] [-r rate] [-B win] [-H hop] [-O method] [-t thres] - [-s sil] [-m] + [-s sil] [-m] [-f] [-j] [-v] [-h] DESCRIPTION @@ -58,6 +58,8 @@ OPTIONS -m, --mix-input Mix source signal to the output signal before writing to sink. + -f, --force-overwrite Overwrite output file if it already exists. + -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/aubiopitch.txt b/doc/aubiopitch.txt index af17d79c..bf9f341e 100644 --- a/doc/aubiopitch.txt +++ b/doc/aubiopitch.txt @@ -7,7 +7,7 @@ SYNOPSIS aubiopitch [[-i] source] [-o sink] [-r rate] [-B win] [-H hop] [-p method] [-u unit] [-l thres] - [-s sil] + [-s sil] [-f] [-v] [-h] [-j] DESCRIPTION @@ -62,6 +62,8 @@ OPTIONS -m, --mix-input Mix source signal to the output signal before writing to sink. + -f, --force-overwrite Overwrite output file if it already exists. + -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/aubiotrack.txt b/doc/aubiotrack.txt index 1e7eb72b..753e97f8 100644 --- a/doc/aubiotrack.txt +++ b/doc/aubiotrack.txt @@ -48,6 +48,8 @@ OPTIONS -m, --mix-input Mix source signal to the output signal before writing to sink. + -f, --force-overwrite Overwrite output file if it already exists. + -j, --jack Use Jack input/output. You will need a Jack connection controller to feed aubio some signal and listen to its output.