shithub: aubio

Download patch

ref: 664fd25a983dd105d6a9fb55377d87726256c7fd
parent: 0a509c6152bae66fbd43f98beb38be593111a9a9
author: Paul Brossier <piem@piem.org>
date: Sat Dec 7 18:51:22 EST 2013

doc/: document -f --force-overwrite option

--- a/doc/aubioonset.txt
+++ b/doc/aubioonset.txt
@@ -7,7 +7,7 @@
   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
@@ -57,6 +57,8 @@
 
   -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.
--- a/doc/aubiopitch.txt
+++ b/doc/aubiopitch.txt
@@ -7,7 +7,7 @@
   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
@@ -61,6 +61,8 @@
 
   -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.
--- a/doc/aubiotrack.txt
+++ b/doc/aubiotrack.txt
@@ -48,6 +48,8 @@
   -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.
 
--