Skip to content

Commit

Permalink
fix instant listen inline doc (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
emphasize authored Dec 28, 2023
1 parent 9e15714 commit fc425c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,9 @@
"recording_timeout": 10.0,
"recording_timeout_with_silence": 3.0,

// instant listen is an experimental setting, it removes the need for
// the pause between "hey mycroft" and starting to speak the utterance,
// this setting might slightly downgrade STT accuracy depending on engine used
"instant_listen": true,
// Skips all checks (eg. audio service confirmation) after the wake_word is recognized and
// instantly continues to listen for a command
"instant_listen": false,

// continuous listen is an experimental setting, it removes the need for
// wake words and uses VAD only, a streaming STT is strongly recommended
Expand Down

0 comments on commit fc425c5

Please sign in to comment.