From 7c32e3d29a81ace34b3501d7e3387345d872c70a Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 20 Jul 2014 17:29:30 +0300 Subject: [PATCH] add audo-calibration script --- auto-calib.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 auto-calib.sh diff --git a/auto-calib.sh b/auto-calib.sh new file mode 100755 index 0000000..fc651f7 --- /dev/null +++ b/auto-calib.sh @@ -0,0 +1,5 @@ +#!/bin/bash +killall -q aplay arecord +./calib.py send & +./calib.py recv +killall -q aplay arecord \ No newline at end of file