diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index a2f65e78..f18a7d42 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/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", "ipc_path": "/ramdisk/mycroft/ipc/", "enclosure": { "platform": "MycroftOS",