1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-03 20:42:07 +01:00

MycroftOS: Revert back to default audio (pulse) config for mycroft

This commit is contained in:
Peter Steenbergen 2019-09-21 12:39:33 +02:00
parent bdcbb3d98d
commit 471002d23c

View File

@ -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",