mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 10:58:57 +01:00
1e6df9e8c9
- Log level back to DEBUG, will be INFO at release - Don't mute the microphone when playing
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
{
|
|
"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": "DEBUG"
|
|
}
|