diff options
-rwxr-xr-x | soxdial | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -129,7 +129,7 @@ error. =item B<-n>, B<--no-exec> Do not execute the generated B<sox> command. This option also -enables B<-v>. +enables B<-v>, B<--verbose>. =item B<--sox> I<sox-executable> @@ -151,17 +151,17 @@ dial strings, until the same option is seen again. =over 4 -=item B<-l>, B<--length> [ I<sec> | I<millisec>B<ms> ] +=item B<-l>, B<--length> I<sec> | I<millisec>B<ms> Sets the time each digit's tones are played. Default is 0.25 or 250ms. Can be randomized with B<-X>, B<--random>. -=item B<-d> I<sec>, B<--delay> [ I<sec> | I<millisec>B<ms> ] +=item B<-d>, B<--delay> I<sec> | I<millisec>B<ms> Sets the delay between consecutive digits. Default is 0.1 or 100ms. Can be randomized with B<-X>, B<--random>. -=item B<-c> I<sec>, B<--comma> [ I<sec> | I<millisec>B<ms> ] +=item B<-c>, B<--comma> I<sec> | I<millisec>B<ms> Sets the delay added by commas in the dial strings. Default is 0.5 or 500ms. Can be randomized with B<-X>, B<--random>. @@ -172,8 +172,8 @@ Decreases the digit, delay, and comma times by 50%. =item B<-X>, B<--random> -Randomize the timing. Digit length (B<-l>), inter-digit timing -(B<-d>), and the comma (B<-c>) will vary from 1x to 2x the amount +Randomize the timing. Digit length (B<-l>, B<--length>), inter-digit timing +(B<-d>, B<--delay>), and the comma (B<-c>, B<--comma>) will vary from 1x to 2x the amount specified. This does a pretty good impression of a human dialling a number manually. |