..
This commit is contained in:
parent
a7c3ea1671
commit
a42dfefc55
2 changed files with 20 additions and 0 deletions
3
play.conf
Normal file
3
play.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
CLIENT=250901
|
||||
PASSWORD=fvyYWXBo
|
||||
SERVER=master-test.dstar.su
|
17
play.sh
Normal file
17
play.sh
Normal 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
|
Loading…
Add table
Reference in a new issue