From 0af243616ea2870796382d778dc1281121714288 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 5 Jul 2020 21:13:12 -0400 Subject: Minor updates from ~/bin --- find_tuning | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find_tuning') diff --git a/find_tuning b/find_tuning index cbb4d73..aee1be3 100755 --- a/find_tuning +++ b/find_tuning @@ -28,7 +28,7 @@ for(@ARGV) { $infile = $_; } else { $infile = "/tmp/find_tuning_$$.wav"; - $rm_infile = 1; + #$rm_infile = 1; warn "Decoding $_ with mplayer\n" unless $quiet; system("mplayer -really-quiet -benchmark -vo null -ao pcm:fast:file=\"$infile\" \"$_\""); } -- cgit v1.2.3