Skip to content

Commit

Permalink
Add speech timeout to settings file (#1459)
Browse files Browse the repository at this point in the history
This is such a common question people have. I definitely believe we
should make it easier for them.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
AndreasArvidsson and pre-commit-ci[bot] authored Jun 13, 2024
1 parent 39bed39 commit 93c9261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions settings.talon
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ settings():
# Adjust the scale of the imgui
imgui.scale = 1.3

# Uncomment to set the speech timeout. This is the amount of time after you stop
# speaking until Talon starts processing the spoken audio. Default is 0.3s.
# speech.timeout = 0.3

# Uncomment to enable dark mode for talon help menus
# imgui.dark_mode = true

Expand Down

0 comments on commit 93c9261

Please sign in to comment.