diff --git a/config.d/mayhem-party.d/env.env b/config.d/mayhem-party.d/env.env index 3f6810f..e19c3e8 100644 --- a/config.d/mayhem-party.d/env.env +++ b/config.d/mayhem-party.d/env.env @@ -4,7 +4,8 @@ export MAIN_INTERVAL_DURATION=5ms export RAW_UDP=17070 export PARSE_V01=true -export V01_CONFIG=./config.d/mayhem-party.d/v01.yaml +cp ./config.d/mayhem-party.d/v01{"",-live}.yaml +export V01_CONFIG=./config.d/mayhem-party.d/v01-live.yaml export WRAP_REFRESH_ON_SIGUSR1=true diff --git a/server.sh b/server.sh index 592b8df..9af1377 100644 --- a/server.sh +++ b/server.sh @@ -105,7 +105,7 @@ _stt() { read -p "pavucontrol to change input to $mic_name, ok? " log launching stt ( - export HOTWORDS=../../config.d/mayhem-party.d/v01.yaml@.users[].state.gm.alias + export HOTWORDS=../../config.d/mayhem-party.d/v01-live.yaml@.users[].state.gm.alias export MIC_TIMEOUT=2 export URL=http://localhost:17071/gm/rpc/broadcastSomeoneSaidAlias?message={{hotword}} export HEADERS=say="Eye herd {{hotword}}"