diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-10 17:16:27 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-11 16:52:48 -0400 |
commit | 141b196cfa597c90ec811173f296f9d52a47d73d (patch) | |
tree | c4d2244814ed0deb3423ee6ec5aee2200fab65bb | |
parent | 86a6bb43dec14a63f722818f72c855807832fef4 (diff) | |
download | soxdial-141b196cfa597c90ec811173f296f9d52a47d73d.tar.gz |
soxdial: raw output for extensionless output files.
-rwxr-xr-x | soxdial | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -494,7 +494,7 @@ sub set_dialtone_type { # final sox command, to which we pipe all the others. sub make_sox_cmd { - if($output eq '-') { + if($output !~ /\./) { $output = "-t raw $output"; } else { # support quotes, spaces, etc in filenames. |