Skip to content

Commit 912053a

Browse files
authored
Merge pull request #303 from nriley/responds-inconsistently
Document a common issue reported on the Talon Slack.
2 parents fb3901c + 8dd6a9c commit 912053a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Quickstart/improving_recognition_accuracy.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ Talon lets you configure how long it will wait after you stop speaking before tr
5454
```
5555
Start with the value of 0.4, just slightly higher than the default, and increase only if necessary.
5656

57+
## Talon responds inconsistently or with a delay
58+
59+
Talon only processes your speech after its voice activity detector (VAD) detects silence of the length specified by `speech.timeout` above.
60+
61+
This issue is sometimes caused by background noise or non-speech sounds (e.g. breathing) being picked up by your microphone. To confirm this is happening, ensure Speech Recognition > Save Recordings from the Talon menu is checked, then reproduce the problem. Each utterance is saved to a separate FLAC file in the `recordings` folder inside the Talon home folder (Scripting > Open ~/.talon from the Talon menu). If the recordings seem longer than you expect, listen to them carefully or open them in an audio editor to see what is being recorded other than your voice.
62+
63+
If recordings appear to be the correct length, Talon may be stuck due to a long-running voice command or callback. Look in the [Talon log](troubleshooting#check-the-talon-logs) (Scripting > View Log from the Talon menu) for lines containing `[watchdog]` and `(stalled)`. If these don't make any sense to you, share your log on the Talon Slack.
64+
5765
## Help improving the Talon recognition engine
5866

5967
This will not help you today, but instead help to improve the talon engine for all of us in the future. You can do this by providing speech (and noise) samples:

0 commit comments

Comments
 (0)