--- In [email protected], "brother.gabriel" <brgabr...@...> 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.
> --- In [email protected], "entropyreduction"
> <alancampbelllists+yahoo@> wrote:
> >
> >
> > --- In [email protected], "brother.gabriel" <brgabriel@> wrote:
> > >
> > > Hello, y'all! I am interested to know whether anyone has created a
> > > plugin to use voice to execute commands? Imagine if you said in a clear
> > > voice, "Notepad!" and PP runs Notepad! Does anyone have a clue?
> >
> > I believe win versions Vista onward have voice command support built in.
> >
> > XP and previous off the shelf lacks the layer that would allow one to train
> > system to recognise your voice
> >
> > http://www.microsoft.com/enable/training/windowsvista/srtrain.aspx
> >
> > and keep a dictionary of recognisable words.
> >
> > You need a complex third party layer on top of what's available in XP and
> > earlier to do all that. I don't know of any such layer available for free,
> > and without it, no voice recognition, I'm afraid.
> >
> > OTOH if you have vista or later, you got it already, and you can probably
> > set up voice recognition at OS level to do powerpro stuff when particular
> > words or phrases spoken.
> >
> > http://windows7forums.com/windows-7-software/4385-speech-recognition-customizing-voice-commands.html
> >
>