shithub: sox

Download patch

ref: d36796e6eb47e6b6906f73ca1cb52650d77ce29d
parent: b8be33b1e42442a4cb326faa92e6c3f0759068d0
author: robs <robs>
date: Sat Feb 14 12:33:44 EST 2009

document reverb -w

--- a/sox.1
+++ b/sox.1
@@ -2619,8 +2619,16 @@
 increases both the volume and the length of the audio, so to prevent clipping
 in these domains, a typical invocation might be:
 .EX
-	play dry.au gain -3 pad 0 3 reverb
+  play dry.au gain -3 pad 0 3 reverb
 .EE
+The
+.B \-w
+option can be given to select only the `wet' signal, thus allowing it to be
+processed further, independently of the `dry' signal.  E.g.
+.EX
+  play -m voice.au "|sox voice.au -p reverse reverb -w reverse"
+.EE
+for a reverse reverb effect.
 .TP
 \fBreverse\fR
 Reverse the audio completely.