added openwakeword

This commit is contained in:
2025-03-14 21:43:28 -04:00
parent 81ffea08e3
commit 4feba720fc
2 changed files with 5 additions and 0 deletions

View File

@@ -177,6 +177,7 @@
"oderwat", "oderwat",
"ollama", "ollama",
"oneshot", "oneshot",
"openwakeword",
"optimise", "optimise",
"optoutstudies", "optoutstudies",
"overalljails", "overalljails",

View File

@@ -94,6 +94,10 @@ in
uri = "tcp://0.0.0.0:10200"; uri = "tcp://0.0.0.0:10200";
voice = "en_GB-alba-medium"; voice = "en_GB-alba-medium";
}; };
openwakeword = {
enable = true;
uri = "tcp://0.0.0.0:10400";
};
}; };
}; };
} }