shithub: sox

Download patch

ref: cf0debe64ed2d8793062b18168e771737421798f
parent: a3dd8e27f4bb5d6fbd6620e1e76520830c15b474
author: robs <robs>
date: Wed Aug 6 15:16:55 EDT 2008

minor

--- a/soxeffect.7
+++ b/soxeffect.7
@@ -361,7 +361,8 @@
 An alternative approach to removing a DC offset (albeit with a short delay)
 is to use the
 .B highpass
-filter effect at a frequency of say 10Hz; i.e.
+filter effect at a frequency of say 10Hz, as illustrated in the following
+example:
 .EX
 	sox -n out.au synth 5 sin %0 50 highpass 10
 .EE
@@ -375,7 +376,7 @@
 sought-after issues of albums by The Beatles, Pink Floyd and others.
 Pre-emphasis should be removed at playback time by a de-emphasis
 filter in the playback device.  However, not all modern CD players have
-this filter, and very few PC CD drives have it; playing pre-emhasised
+this filter, and very few PC CD drives have it; playing pre-emphasised
 audio without the correct de-emphasis filter results in audio that sounds harsh
 and is far from what its creators intended.
 .SP