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

Enable instant listening and disable confirmation sound

This commit is contained in:
j1nx
2021-09-08 09:25:18 +02:00
parent 7cc0d032a6
commit e5d0462b95

View File

@ -1,4 +1,5 @@
{ {
"confirm_listening": false,
"play_wav_cmdline": "paplay %1", "play_wav_cmdline": "paplay %1",
"play_mp3_cmdline": "mpg123 %1", "play_mp3_cmdline": "mpg123 %1",
"ipc_path": "/dev/shm/mycroft/ipc/", "ipc_path": "/dev/shm/mycroft/ipc/",
@ -8,7 +9,8 @@
}, },
"disable_xdg": false, "disable_xdg": false,
"listener": { "listener": {
"mute_during_output": false "mute_during_output": false,
"instant_listen": true
}, },
"hotwords": { "hotwords": {
"hey mycroft": { "hey mycroft": {