mirror of
https://github.com/romanz/amodem.git
synced 2026-03-25 03:32:32 +08:00
rename scripts to shorter names
This commit is contained in:
12
scripts/auto-calib
Executable file
12
scripts/auto-calib
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
killall -q aplay arecord
|
||||
|
||||
./scripts/calib.py send &
|
||||
SENDER_PID=$!
|
||||
echo "Playing audio (PID=${SENDER_PID})..."
|
||||
|
||||
echo "Recording audio (Stop with Ctrl+C)..."
|
||||
./scripts/calib.py recv
|
||||
|
||||
echo "Stopping player..."
|
||||
kill -INT $SENDER_PID
|
||||
Reference in New Issue
Block a user