diff options
author | B. Watson <yalhcru@gmail.com> | 2020-07-05 21:13:12 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-07-05 21:13:12 -0400 |
commit | 0af243616ea2870796382d778dc1281121714288 (patch) | |
tree | 84fd73c496b3adb3c3486e8f8754c36c73d12f83 /find_tuning | |
parent | 94ea7a8cd41b5b0cebf2606f4319ca5050e80520 (diff) | |
download | misc-scripts-0af243616ea2870796382d778dc1281121714288.tar.gz |
Minor updates from ~/bin
Diffstat (limited to 'find_tuning')
-rwxr-xr-x | find_tuning | 2 |
1 files changed, 1 insertions, 1 deletions
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\" \"$_\""); } |