Mimic 3 in italian laguage

hello, how can i configure mycroft with mimic 3 in italian language on my computer? thanks!!!

1 Like

Hello,

You can use one of the Italian voices listed here: Mimic 3 Voice Samples

For example, it_IT/riccardo-fasol_low or it_IT/mls_low#1595

hi this is my configuration , where Iā€™m wrong ?

{
  "max_allowed_core_version": 21.2,
  "tts": {
    "module": "mimic3_tts_plug",
    "voice": "it_IT/riccardo-fasol_low"
  },
  "skills": {
    "blacklisted_skills": [
      "mycroft-fallback-duck-duck-go.mycroftai"
    ]
  },
  "lang": "it-it"
}

Try this:

{
  "max_allowed_core_version": 21.2,
  "tts": {
    "module": "mimic3_tts_plug",
    "mimic3_tts_plug": {
        "voice": "it_IT/riccardo-fasol_low"
    }
  },
  "skills": {
    "blacklisted_skills": [
      "mycroft-fallback-duck-duck-go.mycroftai"
    ]
  },
  "lang": "it-it"
}

ok, it works thank you :slightly_smiling_face:

1 Like