diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-08 18:59:21 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-08 18:59:21 -0400 |
commit | 8bd615b9fe567b87472318ec859db0055b4ebd0e (patch) | |
tree | 5fa4c7b04136e03a7ba3b91eb6485230a7d4c7f1 /soxdial | |
parent | f92698cc6887feb44d024e592157f112867cf2b8 (diff) | |
download | misc-scripts-8bd615b9fe567b87472318ec859db0055b4ebd0e.tar.gz |
soxdial: tweak doc.
Diffstat (limited to 'soxdial')
-rwxr-xr-x | soxdial | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -28,8 +28,13 @@ to the layout of a touchtone phone (e.g. A = 2, M = 6, etc). If the extended touchtone digits A, B, C, and D are needed, they can be enabled with the B<-x>, B<--extended> option (see below). -The generated audio is monophonic, though stereo output files can be -created with the B<-S>, B<-L>, or B<-R> options (see below). +The generated audio is monophonic by default, though stereo output +can be done with the B<-S>, B<--stereo>; B<-L>, B<--left>; or B<-R>, +B<--right> options (see below). + +The time each digit is pressed and the timing between the digits can +be controlled (B<-l>, B<--length>; B<-d>, B<--delay>, and can also be +randomized (B<-X>, B<--random>). =head1 OPTIONS |