aboutsummaryrefslogtreecommitdiff
path: root/soxdial
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-04-08 15:43:14 -0400
committerB. Watson <urchlay@slackware.uk>2024-04-08 15:43:14 -0400
commit8a37020fe8169d175a0e4991f8c2e26205d6e153 (patch)
tree8dded2f0d27c8a880efe1a41fc321f5ffb2ddcef /soxdial
parent238238077ab3b0b5120052bc320d9986614e0d1c (diff)
downloadmisc-scripts-8a37020fe8169d175a0e4991f8c2e26205d6e153.tar.gz
soxdial: tweak doc.
Diffstat (limited to 'soxdial')
-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>