Skip to content

catalan language image #42

@JarbasAl

Description

@JarbasAl

Bellow are the current steps needed to make an image tuned for catalan language

Bundled Plugins

Patches

Additional dependencies

Skill alternatives

For official skills not supporting catalan

Default config

under /etc/mycroft/mycroft.conf

{
  "lang": "ca-es",
  "stt": {
      "module": "chromium_stt_plug",
      "chromium_stt_plug": {
          "lang": "ca-ES"
      },
      "vosk_streaming_stt_plug": {
          "model_folder": "path/to/bundled/catalan/model/folder"
      },
      "vosk_stt_plug": {
          "model_folder": "path/to/bundled/catalan/model/folder"
      }
   },
  "tts": {
      "module": "festival",
      "festival": {
          "lang": "catalan",
          "encoding": "ISO-8859-15//TRANSLIT"
      },
      "voicerss_tts_plug": {
          "voice": "Rut",
          "lang": "ca-es"
      }
   },
  "skills": {
    "blacklisted_skills": [
          "mycroft-npr-news.mycroftai", 
          "mycroft-fallback-duck-duck-go.mycroftai", 
          "mycroft-joke.mycroftai",
          "fallback-wolfram-alpha.mycroftai"
    ]
  },
  "listener": {
      "stand_up_word": "desperta"
  },
  "hotwords": {
     "desperta": {
        "module": "snowboy_ww_plug",
        "models": [
            {"sensitivity": 0.5, "model_path": "desperta_jm.pmdl"},
            {"sensitivity": 0.5, "model_path": "desperta_jm2.pmdl"}
         ]
      },
      "no_wake_word": {
        "module": "dummy_ww_plug"
      }
   },
  "Audio": {
    "backends": {
      "vlc": {
        "active": true
      }
    },
    "default-backend": "vlc"
  }

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions