2018-10-26 19:51:01 +02:00
|
|
|
{
|
2022-10-07 18:56:51 +02:00
|
|
|
"ready_settings": ["setup", "skills"],
|
2021-09-08 10:28:28 +02:00
|
|
|
"confirm_listening": true,
|
2019-11-26 08:27:51 +01:00
|
|
|
"play_wav_cmdline": "paplay %1",
|
2019-09-21 12:39:33 +02:00
|
|
|
"play_mp3_cmdline": "mpg123 %1",
|
2021-06-24 01:04:06 +02:00
|
|
|
"ipc_path": "/dev/shm/mycroft/ipc/",
|
2022-03-09 17:38:16 +01:00
|
|
|
"gui": {
|
|
|
|
"extension": "smartspeaker",
|
|
|
|
"idle_display_skill": "skill-ovos-homescreen.openvoiceos"
|
|
|
|
},
|
2019-09-11 14:32:29 +02:00
|
|
|
"listener": {
|
2021-09-08 09:25:18 +02:00
|
|
|
"mute_during_output": false,
|
2022-05-23 21:18:17 +02:00
|
|
|
"instant_listen": true,
|
|
|
|
"VAD": {
|
2022-05-22 19:36:57 +02:00
|
|
|
"module": "ovos-vad-plugin-webrtcvad",
|
2022-06-08 20:21:17 +02:00
|
|
|
"ovos-vad-plugin-webrtcvad": {"vad_mode": 3}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"hotwords": {
|
2022-10-08 18:54:17 +02:00
|
|
|
"hey_mycroft": {
|
2022-06-08 20:21:17 +02:00
|
|
|
"module": "ovos-precise-lite",
|
|
|
|
"model": "~/.local/share/precise-lite/wakewords/en/hey_mycroft.tflite",
|
|
|
|
"sensitivity": 0.5,
|
|
|
|
"trigger_level": 3,
|
2022-11-10 22:08:25 +01:00
|
|
|
"expected_duration": 3
|
2022-05-22 19:36:57 +02:00
|
|
|
}
|
2019-11-11 09:10:44 +01:00
|
|
|
},
|
|
|
|
"tts": {
|
2022-02-03 20:58:48 +01:00
|
|
|
"module": "ovos-tts-plugin-mimic2",
|
2022-11-10 22:08:25 +01:00
|
|
|
"fallback_module": "ovos-tts-plugin-mimic3-server",
|
|
|
|
"ovos-tts-plugin-mimic3-server": {
|
|
|
|
"voice": "en_UK/apope_low"
|
2022-02-10 20:36:32 +01:00
|
|
|
}
|
2019-09-11 14:32:29 +02:00
|
|
|
},
|
|
|
|
"skills": {
|
2022-11-10 22:08:25 +01:00
|
|
|
"wait_for_internet": true
|
2019-09-11 14:32:29 +02:00
|
|
|
},
|
2021-08-13 18:32:49 +02:00
|
|
|
"Audio": {
|
|
|
|
"backends": {
|
2022-06-28 15:59:08 +02:00
|
|
|
"OCP": {
|
2021-09-23 20:48:13 +02:00
|
|
|
"type": "ovos_common_play",
|
2022-06-19 15:42:36 +02:00
|
|
|
"manage_external_players": true,
|
2022-06-01 21:21:39 +02:00
|
|
|
"active": true,
|
|
|
|
"youtube_backend": "youtube-dl",
|
|
|
|
"ydl_backend": "auto"
|
2021-08-14 20:55:44 +02:00
|
|
|
},
|
2021-09-23 20:48:13 +02:00
|
|
|
"vlc": {
|
|
|
|
"type": "ovos_vlc",
|
2021-10-02 10:42:31 +02:00
|
|
|
"active": true
|
2022-06-01 21:21:39 +02:00
|
|
|
},
|
|
|
|
"simple": {
|
|
|
|
"type": "ovos_audio_simple",
|
|
|
|
"active": true
|
2021-08-13 18:32:49 +02:00
|
|
|
}
|
2022-11-10 22:08:25 +01:00
|
|
|
}
|
2021-08-13 18:32:49 +02:00
|
|
|
},
|
2019-09-11 14:32:29 +02:00
|
|
|
"log_level": "INFO"
|
2018-10-26 19:51:01 +02:00
|
|
|
}
|