Skip to content

Instantly share code, notes, and snippets.

@adocampo
Created May 6, 2018 15:14
Show Gist options
  • Save adocampo/d8bfde2c6f162b155844374a49051b4a to your computer and use it in GitHub Desktop.
Save adocampo/d8bfde2c6f162b155844374a49051b4a to your computer and use it in GitHub Desktop.
mycroft configuration to use spanish
{
"lang": "es-es",
"precise":
{
"dist_url": "http://bootstrap.mycroft.ai/artifacts/static/daily/"
},
"hotwords":
{
"hey mycroft":
{
"module": "precise"
}
},
"tts":
{
"mimic":
{
"path": "/usr/local/bin/mimic"
},
"espeak":
{
"lang": "es-es",
"voice": "m1"
},
"module": "espeak"
},
"VolumeSkill":
{
"default_level": 6,
"min_volume": 0,
"max_volume": 83
},
"ipc_path": "/ramdisk/mycroft/ipc/",
"enclosure":
{
"platform_build": 18,
"update": true,
"platform": "mycroft_mark_1",
"rate": 9600,
"timeout": 5,
"test": false,
"port": "/dev/ttyAMA0"
},
"SkillInstallerSkill":
{
"path": "/usr/local/bin/msm"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment