services.marytts.voices

NixOS option

Paths to the JAR files that contain additional voices for MaryTTS. Voices are automatically detected by MaryTTS, so there is no need to alter your config to make use of new voices.

type: list of absolute path
Default
[ ]
Example
[
  (pkgs.fetchzip {
    url = "https://github.com/marytts/voice-bits1-hsmm/releases/download/v5.2/voice-bits1-hsmm-5.2.zip";
    hash = "sha256-1nK+qZxjumMev7z5lgKr660NCKH5FDwvZ9sw/YYYeaA=";
  })
]
declared in: nixos/modules/services/audio/marytts.nixView source on NixOS/nixpkgs →