send exactly 5e6 bytes in test

This commit is contained in:
Roman Zeyde
2014-07-21 15:32:35 +03:00
parent 86183bc918
commit 85c1db44c0

View File

@@ -2,7 +2,7 @@
set -u
set -e
dd if=/dev/urandom of=data.send bs=1024 count=5K status=none
dd if=/dev/urandom of=data.send bs=5MB count=1 status=none
./send.py tx.int16 < data.send
killall -q arecord aplay || true