aboutsummaryrefslogtreecommitdiff
path: root/soxdial
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-04-09 22:16:23 -0400
committerB. Watson <urchlay@slackware.uk>2024-04-09 22:16:23 -0400
commit91e301642454c5d5d0999b2631c91dfd716b2c98 (patch)
tree70b5b8a2a66aefb0d27b0cef7dbeee2b21a78950 /soxdial
parentc0f7527e02c14105085b5054b895c575654a8101 (diff)
downloadmisc-scripts-91e301642454c5d5d0999b2631c91dfd716b2c98.tar.gz
soxdial: randomize silence between dial strings if --random.
Diffstat (limited to 'soxdial')
-rwxr-xr-xsoxdial2
1 files changed, 1 insertions, 1 deletions
diff --git a/soxdial b/soxdial
index a2684b2..9c8659e 100755
--- a/soxdial
+++ b/soxdial
@@ -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));
}
}