aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-04-08 15:43:14 -0400
committerB. Watson <urchlay@slackware.uk>2024-04-11 16:52:47 -0400
commit6972a1057a5c47fc386b9a93a5a9d6a6ed8898b3 (patch)
tree313a086f6ba7e9e38542b1044eb3cc0051c9b843
parent1363ed777133a07964104a74be8297a2910b26f8 (diff)
downloadsoxdial-6972a1057a5c47fc386b9a93a5a9d6a6ed8898b3.tar.gz
soxdial: tweak doc.
-rwxr-xr-xsoxdial11
1 files changed, 6 insertions, 5 deletions
diff --git a/soxdial b/soxdial
index b004fc3..0c3967e 100755
--- a/soxdial
+++ b/soxdial
@@ -54,16 +54,17 @@ writes raw samples to standard output.
=item B<-r>, B<--rate> I<rate>
Set the bitrate in hertz (or kilohertz if followed by B<k>. Default is
-8000 (or 8k). You should probably stick with standard bitrates such as
-22050, 44100, 48000, etc, although this is not enforced. This option
-B<must> occur on the command line B<before> any dial string.
+8000 (or 8k). You should probably stick with standard bitrates such
+as 22050, 44100, 48000, etc, although this is not enforced. If this
+option is used, it B<must> occur on the command line B<before> any
+dial string.
=item B<-b>, B<--bits> I<bits>
Set the bits per sample. Default is 8. The only other choice is 16.
8-bit samples will be encoded as unsigned, and 16-bit will be encoded
-as signed. This option B<must> occur on the command line B<before> any
-dial string.
+as signed. If this option is used, it B<must> occur on the command
+line B<before> any dial string.
=item B<-v>, B<--verbose>