update
This commit is contained in:
parent
a18e244ba5
commit
05a9d96d4e
26 changed files with 861 additions and 182 deletions
19
server/home-assistant/wyoming.nix
Normal file
19
server/home-assistant/wyoming.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{...}: {
|
||||
services.wyoming = {
|
||||
piper.servers = {
|
||||
alba = {
|
||||
enable=true;
|
||||
uri="tcp://localhost:12001";
|
||||
voice="en_GB-alba-medium";
|
||||
};
|
||||
};
|
||||
faster-whisper.servers = {
|
||||
tiny = {
|
||||
enable=true;
|
||||
uri="tcp://localhost:12002";
|
||||
model="tiny-int8";
|
||||
language="en";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue