mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Define enclosure platform and version.
This commit is contained in:
@ -1,10 +1,17 @@
|
|||||||
{
|
{
|
||||||
"play_wav_cmdline": "aplay -Dhw:0,0 %1",
|
"play_wav_cmdline": "aplay -Dhw:0,0 %1",
|
||||||
"play_mp3_cmdline": "mpg123 -a hw:0,0 %1",
|
"play_mp3_cmdline": "mpg123 -a hw:0,0 %1",
|
||||||
"ipc_path": "/ramdisk/mycroft/ipc/",
|
"ipc_path": "/ramdisk/mycroft/ipc/",
|
||||||
"listener": {
|
"enclosure": {
|
||||||
"mute_during_output": false
|
"platform": "MycroftOS",
|
||||||
},
|
"platform_build": 0.1.0
|
||||||
"ignore_logs": ["enclosure.mouth.viseme", "enclosure.mouth.display"],
|
},
|
||||||
"log_level": "DEBUG"
|
"listener": {
|
||||||
|
"mute_during_output": false
|
||||||
|
},
|
||||||
|
"skills": {
|
||||||
|
"priority_skills": ["mycroft-pairing", "mycroft-volume"]
|
||||||
|
},
|
||||||
|
"ignore_logs": ["enclosure.mouth.viseme", "enclosure.mouth.display"],
|
||||||
|
"log_level": "INFO"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user