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:
@ -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": {
|
||||||
|
Reference in New Issue
Block a user