Moved tool paths to config
This commit is contained in:
parent
2b1ad05e13
commit
9a909b1f12
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
CLIENT=250901
|
||||
CONVERTER="/usr/bin/qemu-arm ./md380-emu"
|
||||
PLAYER="./digestplay"
|
||||
CLIENT=2049999
|
||||
PASSWORD=fvyYWXBo
|
||||
SERVER=master-test.dstar.su
|
||||
SERVER=213.222.29.197
|
||||
|
|
2
play.sh
2
play.sh
|
@ -3,8 +3,6 @@
|
|||
DIRECTORY=$(dirname $0)
|
||||
. $DIRECTORY/play.conf
|
||||
|
||||
CONVERTER="/usr/bin/qemu-arm ./md380-emu"
|
||||
PLAYER="./digestplay"
|
||||
FILE=$(mktemp)
|
||||
|
||||
sox $1 -c1 -r8000 -b16 --encoding signed-integer -L --norm=-25 $FILE.raw
|
||||
|
|
Loading…
Add table
Reference in a new issue