I'm developing a Web-Based Speech Recognition program now.
There are two questions:
1. When I use SR(Sapi5.1) in a Web-Based program, The IE always told me
that " Automation server can't create object" , Why?
The code like this: var Recog = new
ActiveXObject("Sapi.SpSharedRecognizer");
2. Why there is just a TTS Web Samples in Sapi5.1? Is there any method to
make SR work in a Web-Based program?
Thanks a lot!