about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-01 22:08:29 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-01 22:08:29 +0000
commit8b890e002517160d37012800b29339a1a4875af3 (patch)
tree417f05ef6a6f319a77a6eff726e913bf0e0a6b08
parent9e791bfde9a1baa709170ea0c8a894fa176aad25 (diff)
downloaddtas-8b890e002517160d37012800b29339a1a4875af3.tar.gz
We also do this for our defaults sinks, as multiple sinks makes
the meter output of play(1) annoying
-rwxr-xr-xbin/dtas-xdelay1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dtas-xdelay b/bin/dtas-xdelay
index 3b57f44..dc60159 100755
--- a/bin/dtas-xdelay
+++ b/bin/dtas-xdelay
@@ -73,6 +73,7 @@ when "sox"
   args.unshift "sox"
   args.concat(%W(-t#{out_type} -c#{out_channels} -r#{out_rate} -))
 when "play"
+  args.unshift "-q"
   args.unshift "play"
 else
   abort "BUG: bad cmd=#{cmd.inspect}"