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 treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
botamusique.nix nixos/botamusique: allow syscalls in the @resources group 2022-12-12 15:36:58 +01:00
gmediarender.nix gmrender-resurrect: Add gmediarender service 2023-01-16 17:28:56 +01:00
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 hqplayerd: 4.33.0-96 -> 4.34.0-100 2023-02-01 12:20:09 -05:00
icecast.nix nixos: fix typos 2022-12-17 19:31:14 -05:00
jack.nix nixos/*: convert internal option descriptions to MD 2022-08-31 16:32:54 +02:00
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 treewide: makeWrapper to nativeBuildInputs 2022-09-26 17:53:26 +03:00
mpd.nix nixos: fix backticks in Markdown descriptions 2023-01-21 18:08:38 +01:00
mpdscribble.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
navidrome.nix nixos/navidrome: add package option 2023-05-01 16:29:17 -03:00
networkaudiod.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
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 treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
snapserver.nix treewide: use more lib.optionalString 2023-04-07 13:38:33 +02:00
spotifyd.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
squeezelite.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
tts.nix nixos/tts: fix error messages read before text 2023-08-25 09:48:46 +02:00
ympd.nix nixos/ympd: Unit hardening 2023-02-09 19:10:19 +01:00