How to switch to locale de-de #265
-
How to switch locale to de-de OVOS headless build 20240313 on RPi4B Switching to de-de, OVOS understands my German uterance, OVOS returns German text. What i did in more detail: switched locale to de-de with ovos-config set -k lang (.venv) ovos@berry:~/.local/state/mycroft $ ovos-config get -k lang (.venv) ovos@berry:/tmp/skill-ovos-energyportal/test $ sudo raspi-config Testing with Problem: OVOS speaks German text in English, which sounds kind of funny. --> (.venv) ovos@berry:/tmp/skill-ovos-energyportal/test $ ovos-say-to "nenne mir netzwerkadresse" --> (.venv) ovos@berry:/tmp/skill-ovos-energyportal/test $ ./ovosskilltester.sh -t -u "nenne mir netzwerkadresse" 20240322.214159 @ Single Uterance
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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
} |
Beta Was this translation helpful? Give feedback.
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):
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: