Hello! Well, I found the speech control panel on my XP for both sapi4 and 
sapi5.  I think sapi5 came with either the Windows Speech SDK 5.1 toolkit which 
you can get for free from them, or it came with my office 2003.  Either way, 
neither control panel applet shows up in the control panel (some irregularity 
in the inf files, I think), but they ARE in the system32 folder.  So I wrote 
some PP scripts to access those dialogs.  
     Yes, I did download espeaking, but haven't tried it yet, but I think I 
might.  I don't have lots to spend on Dragon Dictate.  
     The SDK I mentioned above may have some sort of COM reference.  What do I 
look for; I will tell you whether I have it or not.


--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> 
> 
> --- In [email protected], "brother.gabriel" <brgabriel@> wrote:
> >
> > Thanks!  Actually, I am running XP and am currently trying to figure out 
> > how to get a Speech Control Panel.  I don't seem to have one!
> 
> Even if there was one, I don;t think it would do you much good
> in XP, without third part software to create and tune voice data and 
> establish a grammar.  
> 
> That said, I find with SAPI 5.1 installed on an even older system I can get 
> my hands on the COM object that would allow monitoring voice behaviour, 
> 
> local ISR = com.create_object("SAPI.SpSharedRecognizer") 
> 
> (long discussion of woes of trying to use it at 
>  http://www.autohotkey.com/forum/topic26841-90.html; I suspect it's 
>  of no use outside Vista/7).
> 
> Even if you had voice data configured, at the moment COM plugin doesn't 
> respond to events, and this looks like a classic place you need them (COM 
> plugin needs to be informed when a word is recognised...).  I'll get around 
> to events someday...
> 
> Meantime, cheap and cheerful and maybe even useful voice recognition:
> 
> e-Speaking Voice and Speech Recognition 3.7.9
> http://www.e-speaking.com/
> 
> The Real Stuff (e.g. Naturally Speaking aka Dragon Dictate) costs lots.

Reply via email to