Skip to content

How to switch to locale de-de #265

Closed Answered by PocketMiner82
wita-sec asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @wita-sec, did you also change your TTS to one that supports German? I've changed the TTS config to use Piper.

I use the thorsten-high voice (~/.config/mycroft/mycroft.conf):

  "tts": {
    "module": "ovos-tts-plugin-piper",
    "ovos-tts-plugin-piper": {
      "voice": "thorsten-high"
    },
    "sentence_tokenize": true
  }

Note that this will probably be a bit slower, as the voice is generated on device.

You can also try OVOS TTS Plugin Server which uses community hosted piper servers with this config:

  "tts": {
    "module": "ovos-tts-plugin-server",
    "ovos-tts-plugin-server": {
      "voice": "thorsten-high"
    },
    "sentence_tokenize": true
  }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wita-sec
Comment options

Answer selected by JarbasAl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants