OpenVoiceOS / ovos-tts-plugin-google-tx

google translate tts plugin for OVOS / mycroft
Apache License 2.0
0 stars 1 forks source link

Problems with ovos-tts-plugin-google-tx german language #4

Closed JoergZ2 closed 1 month ago

JoergZ2 commented 3 years ago

I've installed ovos-tts-plugin-google-tx as it described in a 'normal' picroft environment (Pi 3). My language is "de" but the voice output are german words with en-us voice. Have I to do some other settings. Here my mycroft.conf:

{
  "confirm_listening": "true",
  "max_allowed_core_version": 21.2,
  "lang": "de-de",
  "tts": {
    "module": "ovos-tts-plugin-google-tx",
    "ovos-tts-plugin-google-tx": {
      "lang": "de"
    },
    "pulse-duck": true
  },
  "listener": {
    "device_name": "seeed-4mic-voicecard: bcm2835-i2s-ac10x-codec0 ac10x-codec.1-003b-0",
    "wake_word_upload": {
      "disable": true
    }
  },
  "skills": {
    "blacklisted_skills": [
      "mycroft-playback-control.mycroftai",
      "intent-test-skill",
      "mpd-playlist-mgr-skill"
    ]
  }
}