mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-20 21:11:22 +01:00
Enable instant listening and disable confirmation sound
This commit is contained in:
parent
7cc0d032a6
commit
e5d0462b95
@ -1,4 +1,5 @@
|
||||
{
|
||||
"confirm_listening": false,
|
||||
"play_wav_cmdline": "paplay %1",
|
||||
"play_mp3_cmdline": "mpg123 %1",
|
||||
"ipc_path": "/dev/shm/mycroft/ipc/",
|
||||
@ -8,7 +9,8 @@
|
||||
},
|
||||
"disable_xdg": false,
|
||||
"listener": {
|
||||
"mute_during_output": false
|
||||
"mute_during_output": false,
|
||||
"instant_listen": true
|
||||
},
|
||||
"hotwords": {
|
||||
"hey mycroft": {
|
||||
|
Loading…
Reference in New Issue
Block a user