
kamaroman68
USA
Asked
— Edited
My project is doing some very weird things with the speech recognition. If I post my project this evening would anyone mind taking a peek at it?
Thanks. Chris
@kamaroman68
I agree with Richard R if you have an Enable and/or Disable Phrase will be matched to all Speech Recognition events. Note: Remember there are a lot of false positives.
Pause Commands and Checkbox have the same behavior.
When a Say command is executed, the speech recognition engine (not the checkbox) is paused and is resumed when the speech synthesizer ends.
SayEZB does not pause the recognition engine, so in your case, the SayEZB can interfere with the Enable/Disable phrase. Note: The Pause checkbox state is irrelevant
@kamaroman68
Please fix the following script errors:
And... test scripts in the editor before assuming they work
there is the ability to Run a script in the edit window to verify that it actually works.
@ptp You are efficient and thorough... I should have went farther into the project before chiming in... Nice find(s)...
Also as @DJ mentioned it's a good idea to test your scripts for errors within the editor...
Thanks for looking guys!