From e992808e49beb230edd9ae892244aac86ec34351 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 19 Feb 2012 19:45:13 +0100 Subject: [PATCH] play: increase format snoop buffer for better mp3 stream detection --- rc/bin/play | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }