update host.README for tts and stt integrated
parent
323ca466ad
commit
d48c545030
|
|
@ -52,7 +52,10 @@ See `./config.d/rusty-pipe.d`
|
||||||
|
|
||||||
Foreground
|
Foreground
|
||||||
|
|
||||||
## `stt`
|
## TTS
|
||||||
|
|
||||||
TODO pipe stt detecting relevant strings -> change the `./config.d/mayhem-party.d/remap.d/live.yaml` link -> `SIGUSR1` to `mayhem-party`
|
`cd /home/breel/Go/src/gogs.inhome.blapointe.com/tts/larynx.d; bash run.sh`
|
||||||
|
|
||||||
|
## STT
|
||||||
|
|
||||||
|
`cd /home/breel/Go/src/gogs.inhome.blapointe.com/stt.d/whisper-2023; HOTWORDS=/home/breel/Go/src/gogs.inhome.blapointe.com/mayhem-party.d/host.d/config.d/stt.d/hotwords.txt MIC_TIMEOUT=2 URL=http://localhost:17071/ HEADERS=say='what fool said, {{hotword}}, when they said, {{context}}?' python3 ./hotwords.py'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
feedback:
|
feedback:
|
||||||
addr: :17071
|
addr: :17071
|
||||||
ttsaddr: http://localhost:15002
|
ttsurl: http://localhost:15002
|
||||||
users:
|
users:
|
||||||
bel:
|
bel:
|
||||||
player: 2
|
player: 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue