nixpkgs/nixos/modules/services/audio
Ingolf Wagner 7f2b869560
nixos/tts: fix error messages read before text
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.
2023-08-25 09:48:46 +02:00
..
wyoming nixos/wyoming/faster-whisper: fix device option description 2023-08-05 00:24:26 +02:00
alsa.nix
botamusique.nix
gmediarender.nix
gonic.nix nixos/gonic: init 2023-05-07 22:43:23 +02:00
goxlr-utility.nix goxlr-utility: init module 2023-08-19 17:16:41 +03:00
hqplayerd.nix
icecast.nix
jack.nix
jmusicbot.nix treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
liquidsoap.nix nixos/liquidsoap: restart always 2023-08-11 12:51:27 +01:00
mopidy.nix
mpd.nix
mpdscribble.nix
navidrome.nix
networkaudiod.nix
roon-bridge.nix treewide: use optionalAttrs instead of 'else {}' 2023-06-25 11:01:34 -03:00
roon-server.nix treewide: use optionalAttrs instead of 'else {}' 2023-06-25 11:01:34 -03:00
slimserver.nix
snapserver.nix
spotifyd.nix
squeezelite.nix
tts.nix nixos/tts: fix error messages read before text 2023-08-25 09:48:46 +02:00
ympd.nix