Created
May 6, 2018 15:14
-
-
Save adocampo/d8bfde2c6f162b155844374a49051b4a to your computer and use it in GitHub Desktop.
mycroft configuration to use spanish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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