diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-08 15:43:14 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-08 15:43:14 -0400 |
commit | 8a37020fe8169d175a0e4991f8c2e26205d6e153 (patch) | |
tree | 8dded2f0d27c8a880efe1a41fc321f5ffb2ddcef /soxdial | |
parent | 238238077ab3b0b5120052bc320d9986614e0d1c (diff) | |
download | misc-scripts-8a37020fe8169d175a0e4991f8c2e26205d6e153.tar.gz |
soxdial: tweak doc.
Diffstat (limited to 'soxdial')
-rwxr-xr-x | soxdial | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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> |