shithub: sox

Download patch

ref: 7524160b29a476f7e87bc14fddf12d349f9a3c5e
parent: 6914142df69bd52979443e1cfeae205bcace8243
author: Mans Rullgard <mans@mansr.com>
date: Mon Feb 1 08:11:25 EST 2021

sox.1: fix example for mcompand

The mcompand example was not properly updated after the switch from
filter to sinc.  Fix it.

--- a/sox.1
+++ b/sox.1
@@ -2448,7 +2448,7 @@
 companding is typically used in FM radio:
 .EX
 .ne 8
-   play track1.wav gain \-3 sinc 8000\- 29 100 mcompand \\
+   play track1.wav gain \-3 sinc \-n 29 \-b 100 8000 mcompand \\
 	\(dq0.005,0.1 \-47,\-40,\-34,\-34,\-17,\-33\(dq 100 \\
 	\(dq0.003,0.05 \-47,\-40,\-34,\-34,\-17,\-33\(dq 400 \\
 	\(dq0.000625,0.0125 \-47,\-40,\-34,\-34,\-15,\-33\(dq 1600 \\