summaryrefslogtreecommitdiff
path: root/rc/bin
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@rei2.9hal>2012-02-19 19:45:13 +0100
committercinap_lenrek <cinap_lenrek@rei2.9hal>2012-02-19 19:45:13 +0100
commite992808e49beb230edd9ae892244aac86ec34351 (patch)
tree002f79fa7fb4b503e6e8b0e514731bb54b253750 /rc/bin
parent9e28bf1a630f97b4fc1a72392cddf5789b592847 (diff)
play: increase format snoop buffer for better mp3 stream detection
Diffstat (limited to 'rc/bin')
-rwxr-xr-xrc/bin/play2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/play b/rc/bin/play
index f000cd0ea..bd15dec77 100755
--- a/rc/bin/play
+++ b/rc/bin/play
@@ -23,7 +23,7 @@ fn sigexit {
fn play1 {
if(~ $#* 0){
tmp=(/tmp/play.$pid.$#tmp.tmp $tmp)
- dd -bs 1024 -count 1 >$tmp(1) >[2]/dev/null
+ dd -bs 8192 -count 1 >$tmp(1) >[2]/dev/null
cat $tmp(1) /fd/0 | play1 `{file -m $tmp(1)} xxx
cleanup
}