el-tocino / localcroft

Bits for locally-served Mycroft instances
https://mycroft.ai
35 stars 10 forks source link

Update mimic2_tts.py #6

Closed domcross closed 3 years ago

domcross commented 4 years ago

fixes for Mycroft 20.8.0

works with Mozilla-TTS server and following config:

  "tts": {
    "module": "mimic2",
    "mimic2": {
      "lang": "de-de",
      "url": "http://192.168.1.2:5002/api/tts?text="
    },
  },