4
Fork 0
This commit is contained in:
Artem Prilutskiy 2017-05-26 13:17:31 +03:00
parent a7c3ea1671
commit a42dfefc55
2 changed files with 20 additions and 0 deletions

3
play.conf Normal file
View file

@ -0,0 +1,3 @@
CLIENT=250901
PASSWORD=fvyYWXBo
SERVER=master-test.dstar.su

17
play.sh Normal file
View file

@ -0,0 +1,17 @@
#!/bin/bash
DIRECTORY=$(dirname $0)
. $DIRECTORY/play.conf
CONVERTER="/usr/bin/qemu-arm /opt/MD380Tools/md380-emu"
PLAYER="/opt/Tools/digestplay"
FILE=$(mktmp)
sox $1 -c1 -r8000 -b16 --encoding signed-integer -L $FILE.raw
$CONVERTER -e -i $FILE.raw -o /dev/stdout | \
$PLAYER \
--server-address $SERVER \
--client-number $CLIENT \
--client-password $PASSWORD \
--source-id $2 \
--group-id $3