diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-09 22:16:23 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-11 16:52:48 -0400 |
commit | 5ad141d40e2be8aed8fb3cbc673a224071823372 (patch) | |
tree | 5a30dc461df79f9a15dd6b3a55889d357653420c | |
parent | ec1159ea65243eafe06135f887e39cac76f8834b (diff) | |
download | soxdial-5ad141d40e2be8aed8fb3cbc673a224071823372.tar.gz |
soxdial: randomize silence between dial strings if --random.
-rwxr-xr-x | soxdial | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -585,7 +585,7 @@ for ($argc = 0; $argc < @ARGV; $argc++) { } warn "$SELF: end dial string '$_'\n" if $verbose; push @sox_subcmds, make_sox_subcmd(); - push @sox_subcmds, silence_subcmd($intertime); + push @sox_subcmds, silence_subcmd(randomize($intertime)); } } |