mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-13 11:15:37 +01:00
with a config like this :
```
services.tts = {
servers = {
english = {
enable = true;
port = 5300;
model = "tts_models/en/ljspeech/vits"
};
};
};
```
You the WAVs tts creates contain an error message which will be read to
you before the text you typed in will be read to you.
This patch fixes that.
|
||
|---|---|---|
| .. | ||
| wyoming | ||
| alsa.nix | ||
| botamusique.nix | ||
| gmediarender.nix | ||
| gonic.nix | ||
| goxlr-utility.nix | ||
| hqplayerd.nix | ||
| icecast.nix | ||
| jack.nix | ||
| jmusicbot.nix | ||
| liquidsoap.nix | ||
| mopidy.nix | ||
| mpd.nix | ||
| mpdscribble.nix | ||
| navidrome.nix | ||
| networkaudiod.nix | ||
| roon-bridge.nix | ||
| roon-server.nix | ||
| slimserver.nix | ||
| snapserver.nix | ||
| spotifyd.nix | ||
| squeezelite.nix | ||
| tts.nix | ||
| ympd.nix | ||