services.marytts.userDictionaries
Paths to the user dictionary files for MaryTTS.
- Type
list of absolute path- Default
[ ]- Example
[ (pkgs.writeTextFile { name = "userdict-en_US"; destination = "/userdict-en_US.txt"; text = '' Nixpkgs | n I k s - ' p { - k @ - dZ @ s ''; }) ]- Declared
- <nixpkgs/nixos/modules/services/audio/marytts.nix>