@@ -1,10 +1,10 @@
|
||||
# Phase 4 voice acceptance
|
||||
|
||||
Run `npm run voice-doctor` in the target GNOME session. Set
|
||||
`JARVIS_WAKE_COMMAND` to the local openWakeWord or sherpa-onnx bridge command.
|
||||
The command receives raw 16 kHz mono PCM on stdin and emits one detected phrase
|
||||
per line on stdout; the daemon passes it through `ProcessWakeEngine`. No cloud
|
||||
wake service is supported.
|
||||
Run `npm run voice-doctor` in the target GNOME session. Fresh installs use the
|
||||
built-in CPU detector (`jarvis-wake-bridge`). To use openWakeWord or sherpa-onnx
|
||||
instead, set `wakeCommand` or `JARVIS_WAKE_COMMAND` to a program that receives
|
||||
raw 16 kHz mono PCM on stdin and emits one detected phrase per line on stdout.
|
||||
No cloud wake service is supported.
|
||||
|
||||
The capture and playback nodes are both named `Jarvis`, so they can be routed
|
||||
in Helvum or qpwgraph. The loop gates capture while TTS is active and for 400ms
|
||||
|
||||
Reference in New Issue
Block a user