1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-04-12 17:42:21 +02:00

MycroftOS: Small changes to default /etc/mycroft/mycroft.conf

- Log level back to DEBUG, will be INFO at release
- Don't mute the microphone when playing
This commit is contained in:
Peter Steenbergen 2019-01-31 09:13:15 +01:00
parent de3dd9c5ff
commit 1e6df9e8c9

View File

@ -2,6 +2,9 @@
"play_wav_cmdline": "aplay -Dhw:0,0 %1",
"play_mp3_cmdline": "mpg123 -a hw:0,0 %1",
"ipc_path": "/ramdisk/mycroft/ipc/",
"listener": {
"mute_during_output": false
},
"ignore_logs": ["enclosure.mouth.viseme", "enclosure.mouth.display"],
"log_level": "INFO"
"log_level": "DEBUG"
}