No audio output on Picroft

Aha! I found the solution here:

My mycroft.conf now looks like this, and it works perfectly!

{
“play_wav_cmdline”: “aplay %1”,
“play_mp3_cmdline”: “mpg123 -a %1”,
“max_allowed_core_version”: 19.2
}

1 Like