mirror of
https://github.com/romanz/amodem.git
synced 2026-04-05 20:26:24 +08:00
send exactly 5e6 bytes in test
This commit is contained in:
2
test.sh
2
test.sh
@@ -2,7 +2,7 @@
|
|||||||
set -u
|
set -u
|
||||||
set -e
|
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
|
./send.py tx.int16 < data.send
|
||||||
|
|
||||||
killall -q arecord aplay || true
|
killall -q arecord aplay || true
|
||||||
|
|||||||
Reference in New Issue
Block a user