shithub: sox

Download patch

ref: 4fd24a4eeaae6a1b3aebf24b149a718ccd2d70be
parent: 571f96c010b29a570ade7e7decf6f3020beda5fe
author: robs <robs>
date: Sun Dec 24 16:33:22 EST 2006

Ongoing clean-ups, esp. for PS and HTML.

--- a/sox.1
+++ b/sox.1
@@ -15,7 +15,7 @@
     \fB[\fR\fIformat options\fR\fB]\fR \fIinfile2\fR
     \fB[ [\fR\fIformat options\fR\fB]\fR \fIinfile3\fR \fB...]\fR
     \fB[\fR\fIformat options\fR\fB]\fR \fIoutfile\fR
-    \fB[\fR\fIeffect\fR \fB[\fR\fIeffect options\fR\fB] ]...\fR
+    \fB[\fR\fIeffect\fR \fB[\fR\fIeffect options\fR\fB] ...]\fR
 .fi
 .SH DESCRIPTION
 SoX reads and writes most popular audio formats and can optionally apply
@@ -30,7 +30,7 @@
 The overall SoX processing chain can be summarised as follows:
 
 .ce
-Input(s) \[->] Combiner \[->] Effects \[->] Output
+Input(s) \-> Combiner \-> Effects \-> Output
 .SS File Formats
 There are two types of audio file format that SoX can work with.  The
 first is `self-describing'.  Such formats include a header that
@@ -830,11 +830,11 @@
 effect can also be invoked with up to 16
 numbers, separated by commas, which specify the proportion (0 = 0% and 1 = 100%)
 of each input channel that is to be mixed into each output channel.
-In two-channel mode, 4 numbers are given: l\[->]l, l\[->]r, r\[->]l, and r\[->]r,
+In two-channel mode, 4 numbers are given: l \-> l, l \-> r, r \-> l, and r \-> r,
 respectively.
 In four-channel mode, the first 4 numbers give the proportions for the
-left-front output channel, as follows: lf\[->]lf, rf\[->]lf, lb\[->]lf, and
-rb\[->]rf.
+left-front output channel, as follows: lf \-> lf, rf \-> lf, lb \-> lf, and
+rb \-> rf.
 The next 4 give the right-front output in the same order, then
 left-back and right-back.
 
@@ -847,11 +847,11 @@
 center box ;
 cB cB cB lB
 c c c l .
-In Ch	Out	Ch	Num Mappings
-2	1	2	l\[->]l, r\[->]l
+In Ch	Out Ch	Num	Mappings
+2	1	2	l \-> l, r \-> l
 2	2	1	adjust balance
-4	1	4	lf\[->]l, rf\[->]l, lb\[->]l, rb\[->]l
-4	2	2	lf\[->]l&rf\[->]r, lb\[->]l&rb\[->]r
+4	1	4	lf \-> l, rf \-> l, lb \-> l, rb \-> l
+4	2	2	lf \-> l&rf \-> r, lb \-> l&rb \-> r
 4	4	1	adjust balance
 4	4	2	front balance, back balance
 .TE
@@ -1321,7 +1321,8 @@
 backwards compatibility.
 .TP
 repeat \fIcount\fR
-Repeat the entire audio \fIcount\fR times.  Requires disk space to store the data to be repeated.
+Repeat the entire audio \fIcount\fR times.
+Requires disk space to store the data to be repeated.
 Note that repeating once yields two copies: the orignal audio and the
 repeated audio.
 .TP
@@ -1440,6 +1441,7 @@
 .TP
 reverse
 Reverse the audio completely.
+Requires disk space to store the data to be reversed.
 .TP
 silence \fIabove-periods\fR \fB[\fR\fIduration threshold\fR\fB[\fRd\fB\^|\^\fR%\fB] [\fR\fIbelow-periods duration threshold\fR\fB[\fRd\fB\^|\^\fR%\fB] ]\fR