diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-15 04:01:38 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-15 04:01:38 -0400 |
commit | 7250d420b3edf1484996ee8e8daf9c613e14790d (patch) | |
tree | 91e4e74dcc8eda2e70f4b3a1f27cca4ad8b17b7b | |
parent | 330228ee36aa982f3f8646fbbd7c89d5b123b99e (diff) | |
download | soxdial-7250d420b3edf1484996ee8e8daf9c613e14790d.tar.gz |
soxdial: tweak doc.
-rwxr-xr-x | soxdial | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -108,8 +108,8 @@ line B<before> any dial string. =item B<-S>, B<--stereo> Output stereo audio, with the generated tones on both the left and -right channels. Use this if you're piping or importing the audio into some other -piece of software that expects stereo input. +right channels. Use this if you're piping or importing the audio into +some other piece of software that expects stereo input. =item B<-L>, B<--left> @@ -205,6 +205,7 @@ is B<us>. =item B<-s>, B<--silence> [ I<sec> | I<millisec>B<ms> ] Play I<sec> (or I<millisec> ms) of silence before the next dial string. +Unlike the comma, this is not affected by B<-X>, B<--random>. =item B<-B>, B<--bluebox> @@ -217,9 +218,9 @@ option exists to turn off a prior B<-B>, B<--bluebox>. =item B<-i>, B<--input> I<file> -Read dial strings from I<file>. Use B<-> to read from standard input. -This option can be used more than once, and can be mixed with dial -string arguments. +Read whitespace-separated dial strings from I<file>. Use B<-> to read +from standard input. This option can be used more than once, and can +be mixed with dial string arguments. =item B<--stdin> |