test for 1Mbit at required bitrate

This commit is contained in:
Roman Zeyde
2014-07-21 15:50:53 +03:00
parent 78cd95030e
commit 4cfe8b7c44

View File

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