diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-14 14:07:13 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-14 14:07:13 -0400 |
commit | d9e1ce11a323a73c11f4de9fc3f3e1e5eeddb3f3 (patch) | |
tree | af8d020d739fd3581f55d5897bfe70ffec003f5d | |
parent | 728254c47b7381d569d45e95fd07e09b91f01b7e (diff) | |
download | soxdial-d9e1ce11a323a73c11f4de9fc3f3e1e5eeddb3f3.tar.gz |
soxdial: tweak doc.
-rwxr-xr-x | soxdial | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -300,6 +300,11 @@ These options affect B<sox>; see the B<sox>(1) man page for details. =head1 NOTES +B<1.> Any trailing silence at the end of the audio is removed, but +silence at the start is left intact: the only way to get silence at +the start is to use a comma or B<-s>, B<--silence>, which means the +user I<wants> the leading silence. + B<2.> B<soxdial> works by iterating over the words on the command line, and building up an array of B<sox> commands for each dial string or segment of dial tone. At the end, all the B<sox> commands are run |