Files
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
..
2023-05-07 22:43:23 +02:00
2023-08-19 17:16:41 +03:00
2022-12-17 19:31:14 -05:00
2023-02-09 19:10:19 +01:00