diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-19 19:45:13 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-19 19:45:13 +0100 |
commit | e992808e49beb230edd9ae892244aac86ec34351 (patch) | |
tree | 002f79fa7fb4b503e6e8b0e514731bb54b253750 /rc/bin/play | |
parent | 9e28bf1a630f97b4fc1a72392cddf5789b592847 (diff) |
play: increase format snoop buffer for better mp3 stream detection
Diffstat (limited to 'rc/bin/play')
-rwxr-xr-x | rc/bin/play | 2 |
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 } |