From 99aad60700135f68f0cd92db2d63a12070ff0148 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 21 Jul 2014 14:39:03 +0300 Subject: [PATCH] test with 5MB file --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index aa4178d..1778538 100755 --- a/test.sh +++ b/test.sh @@ -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