Yuppers. It’s been working like gangbusters since I got the speaker working, but for the life of me I’m not sure what step did it. The “pactl list” command still shows “SUSPENDED”. There is no .asound file. This is my mycroft.conf file:
{
"play_wav_cmdline": "aplay %1",
"play_mp3_cmdline": "mpg123 -a %1",
"enclosure": {
"platform": "picroft"
},
"tts": {
"mimic": {
"path": "/usr/local/bin/mimic"
}
},
"ipc_path": "/ramdisk/mycroft/ipc/",
"hotwords": {
"hey mycroft": {
"module": "precise"
}
},
"SkillInstallerSkill": {
"path": "/usr/local/bin/msm"
}
}
Really impressed with the progress of the project. Love the ability to install skills via voice commands.