mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
added openwakeword
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -177,6 +177,7 @@
|
|||||||
"oderwat",
|
"oderwat",
|
||||||
"ollama",
|
"ollama",
|
||||||
"oneshot",
|
"oneshot",
|
||||||
|
"openwakeword",
|
||||||
"optimise",
|
"optimise",
|
||||||
"optoutstudies",
|
"optoutstudies",
|
||||||
"overalljails",
|
"overalljails",
|
||||||
|
|||||||
@@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user