I am having a problem with the Dictation feature. My speech is recognized correctly when dictation is first activated, but after that there are multiple letters for the recognized speech. Speech to text output looks like this:
This is a test
ttthhhiiisss iiisss aaa ttteeesssttt
Here is the code I am using:
Toggle VoiceAttack listening
Play sound, '{VA_SOUNDS}\activation.wav'
Start Loop While : [{STATE_KEYSTATE:ENTER}] Equals '0'
Start Dictation Mode (Clearing Dictation Buffer)
Start Loop While : {[EXP:{DICTATION} + {STATE_KEYSTATE:ENTER}}] Eqauls '0'
End Loop
Stop Dictation Mode
Quick Input, '{DICTATION}'
End Loop
I have also tried adjusting the code so that it doesn't use Quick Input. Instead text copies to clipboard and pastes via CTRL+V, but get the same results. Adjusting different times for keypress and wait states in the Quick Input don't seem to make a difference either.
I appreciate any suggestions.
Thanks for your time,
Tshark