Michael
2010-03-22 15:50:58 UTC
Hi all,
I'm the author of pyspeech, a Python wrapper library for the SAPI.
Users of the library can make their programs respond to commands, or
receive strings of dictation.
Windows 7 + Windows Vista users must first enable speech recognition
by saying "Start Listening" or by pressing Windows+Ctrl, before my
SpeechRecoGrammar will be able to receive speech events.
Is there a way in the API to start listening programmatically, so that
when my user calls my API like
speech.listenfor(["yes", "no"], some_callback_function)
the Speech Recognition system becomes active without *their* end users
having to press Windows+Control?
Thanks!
Michael
I'm the author of pyspeech, a Python wrapper library for the SAPI.
Users of the library can make their programs respond to commands, or
receive strings of dictation.
Windows 7 + Windows Vista users must first enable speech recognition
by saying "Start Listening" or by pressing Windows+Ctrl, before my
SpeechRecoGrammar will be able to receive speech events.
Is there a way in the API to start listening programmatically, so that
when my user calls my API like
speech.listenfor(["yes", "no"], some_callback_function)
the Speech Recognition system becomes active without *their* end users
having to press Windows+Control?
Thanks!
Michael