diff --git a/etc/mycroft/mycroft.conf b/etc/mycroft/mycroft.conf index bf91ba6..63245be 100644 --- a/etc/mycroft/mycroft.conf +++ b/etc/mycroft/mycroft.conf @@ -1,6 +1,6 @@ { - "play_wav_cmdline": "aplay -Dhw:0,0 %1", - "play_mp3_cmdline": "mpg123 -a hw:0,0 %1", + "play_wav_cmdline": "aplay %1", + "play_mp3_cmdline": "mpg123 %1", "enclosure": { "platform": "picroft" },