test with 5MB file

This commit is contained in:
Roman Zeyde
2014-07-21 14:39:03 +03:00
parent cbc9ae1c99
commit 99aad60700

View File

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