From c019c21f84259c3e690ad60f8b6c1a83744fa3a9 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 10 Apr 2024 17:16:27 -0400 Subject: soxdial: raw output for extensionless output files. --- soxdial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soxdial') diff --git a/soxdial b/soxdial index 7726c8a..519e4dd 100755 --- a/soxdial +++ b/soxdial @@ -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. -- cgit v1.2.3