added whisper and piper to home-assistant

This commit is contained in:
2025-03-09 17:15:16 -04:00
parent 27c59192c8
commit 0a50d94af4
4 changed files with 33 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ in
rokuecp
uiprotect
wakeonlan
wyoming
];
extraComponents = [ "isal" ];
};
@@ -66,5 +67,19 @@ in
openFirewall = true;
address = "192.168.90.40";
};
wyoming = {
faster-whisper.servers.main = {
enable = true;
uri = "tcp://0.0.0.0:10300";
model = "medium.en";
language = "en";
device = "cuda";
};
piper.servers.main = {
enable = true;
uri = "tcp://0.0.0.0:10200";
voice = "en_GB-alba-medium";
};
};
};
}