ref: 9f2bf1b9e38d51e6aa9d6fd15094cd389d23f24f
parent: ee63cc75d5c6b0328f3c33a05f16fcc211eb6879
author: Reuben Thomas <rrt@sc3d.org>
date: Fri Dec 2 13:06:00 EST 2011
sox.1: Don’t use deprecated sample size flags in example code.
--- a/sox.1
+++ b/sox.1
@@ -1142,8 +1142,8 @@
example, the following two commands are equivalent:
.EX
.ne 2
- sox input.wav \-c 1 output.wav bass \-3
- sox input.wav output.wav bass \-3 channels 1
+ sox input.wav \-c 1 output.wav bass \-b 24
+ sox input.wav output.wav bass \-b 24 channels 1
.EE
though the second form is more flexible as it allows the effects to
be ordered arbitrarily.
@@ -1273,8 +1273,8 @@
following two commands are equivalent:
.EX
.ne 2
- sox input.wav \-r 48k output.wav bass \-3
- sox input.wav output.wav bass \-3 rate 48k
+ sox input.wav \-r 48k output.wav bass \-b 24
+ sox input.wav output.wav bass \-b 24 rate 48k
.EE
though the second form is more flexible as it allows
.B rate
@@ -1650,8 +1650,8 @@
equivalent:
.EX
.ne 2
- sox input.wav \-c 1 output.wav bass \-3
- sox input.wav output.wav bass \-3 channels 1
+ sox input.wav \-c 1 output.wav bass \-b 24
+ sox input.wav output.wav bass \-b 24 channels 1
.EE
though the second form is more flexible as it allows the effects to
be ordered arbitrarily.
@@ -2657,8 +2657,8 @@
equivalent:
.EX
.ne 2
- sox input.wav \-r 48k output.wav bass \-3
- sox input.wav output.wav bass \-3 rate 48k
+ sox input.wav \-r 48k output.wav bass \-b 24
+ sox input.wav output.wav bass \-b 24 rate 48k
.EE
though the second command is more flexible as it allows
.B rate