diff options
-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> |