diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-10 17:16:27 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-10 17:16:27 -0400 |
commit | c019c21f84259c3e690ad60f8b6c1a83744fa3a9 (patch) | |
tree | e2339f8d53d006c56c1420c4a6f32613aca652a0 /soxdial | |
parent | d876d6cf73e2f091589b137bc6b119e2ea4a6635 (diff) | |
download | misc-scripts-c019c21f84259c3e690ad60f8b6c1a83744fa3a9.tar.gz |
soxdial: raw output for extensionless output files.
Diffstat (limited to 'soxdial')
-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. |