chore(nix): add OpenWakeWord service to Wyoming config
- Enabled `openwakeword` service in `wyoming.nix` with TCP port `10400`. - Preloaded model support added for voice commands like "hey_jarvis".
This commit is contained in:
parent
4c641910fd
commit
45d051924b
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,12 @@
|
|||
voice = "de_DE-thorsten-medium"; # popular German voice
|
||||
uri = "tcp://0.0.0.0:10200";
|
||||
};
|
||||
|
||||
openwakeword.servers."main" = {
|
||||
enable = true;
|
||||
uri = "tcp://0.0.0.0:10400";
|
||||
preloadModels = [ "hey_jarvis" ]; # or "hey_jarvis", "alexa", etc.
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue