aboutsummaryrefslogtreecommitdiff
path: root/find_tuning
diff options
context:
space:
mode:
Diffstat (limited to 'find_tuning')
-rwxr-xr-xfind_tuning2
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\" \"$_\"");
}