diff --git a/play.conf b/play.conf new file mode 100644 index 0000000..5a3f9b3 --- /dev/null +++ b/play.conf @@ -0,0 +1,3 @@ +CLIENT=250901 +PASSWORD=fvyYWXBo +SERVER=master-test.dstar.su diff --git a/play.sh b/play.sh new file mode 100644 index 0000000..ee5807a --- /dev/null +++ b/play.sh @@ -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