From 81cfea221e05ad538657d8b1be26be70eae6dbf5 Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 28 Mar 2023 20:16:49 -0600 Subject: [PATCH] no need for dockerfile contents in readme --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index d7010ae..27721cf 100644 --- a/README.md +++ b/README.md @@ -35,32 +35,12 @@ See `./config.d/rusty-pipe.d` # Server -### Docker +## Docker ```bash docker build -f Dockerfile -t mayhem-party-venue . && docker run -p 17071:17071 -p 17070:17070/udp --rm -it -v /run/user/$UID/pulse/native:/run/user/0/pulse/native -e PULSE_SERVER=unix:/run/user/0/pulse/native -v "$PWD"/mnt.d:/mnt -e DEBUG=true mayhem-party-venue ``` -## TTS - -`cd ./git.d/tts.d/larynx.d; bash run.sh` - -## STT - -`cd ./git.d/stt.d/whisper-2023; HOTWORDS=../../../config.d/mayhem-party.d/v01.yaml@.users[].state.gm.alias MIC_TIMEOUT=2 URL=http://localhost:17071/gm/rpc/broadcastSomeoneSaidAlias?message={{hotword}} HEADERS=say='Eye herd {{hotword}}' python3 ./hotwords.py` - -## `mayhem-party` - -### Configs - -`cd ./config.d/mayhem-party.d/remap.d; bash ./rotate.sh` - -> rotate anytime via stdin or `pkill -SIGUSR1 -f rotate.sh` - -### Binary - -`bash -c 'true; source ./config.d/mayhem-party.d/env.env; mayhem-party'` - ## Game Playing Foreground