Hi Linden,


> Date: Fri, 13 Jul 2007 09:05:38 +0000 (GMT)
> From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Subject: [Tutor] (no subject)
> To: tutor@python.org
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="utf-8"

> The functionalities I am trying to implement for this purpose
> (aside from the more traditional ones of resetting, erasing text and
> quitting the program) are those that will enable the user to hear a
> sound (letter, word or whole sentence), write what he/she has heard
> in a text area, repeat it and wait for a corrected answer through a
> voice recognition and synthesis process. Can this be done in Python?

> Thank you in advance for any suggestion or answer, even
> partial, to my question.

About speech recognition in python take a look on this link:

http://win32com.goermezer.de/content/view/143/188/

And this is a working sample about the MS voice API

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/114216
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to