Skip to content

Instantly share code, notes, and snippets.

@sigmonsays
Created October 2, 2017 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigmonsays/4ded268ff8d226f9ef3f39ac11c894da to your computer and use it in GitHub Desktop.
Save sigmonsays/4ded268ff8d226f9ef3f39ac11c894da to your computer and use it in GitHub Desktop.
cat ~/.mycroft/mycroft.conf
{
"play_wav_cmdline": "aplay -Dhw:0,0 %1",
"enclosure": {
"platform": "picroft",
"update": true,
"test": false
},
"play_wav_cmdline": "aplay -Dhw:0,0 %1",
"play_mp3_cmdline": "mpg123 %1",
"tts": {
"module": "mimic",
"mimic": {
"voice": "ap",
"path": "/home/sig/code/mycroft-core/mimic/bin/mimic"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment