1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

[ALL] Start adding and passing on shipped mycroft.conf

This commit is contained in:
j1nx
2023-09-02 12:00:27 +00:00
parent bf8b3d5c0e
commit 0d62e412fb

View File

@ -0,0 +1,9 @@
{
"confirm_listening": true,
"play_wav_cmdline": "pw-play %1",
"play_mp3_cmdline": "mpg123 %1",
"skills": {
"wait_for_internet": true
},
"log_level": "DEBUG"
}