Python Speech tools

kyosohma at gmail.com kyosohma at gmail.com
Tue Apr 10 10:00:46 EDT 2007


On Apr 10, 2:15 pm, Amit K Saha <dando... at yahoo.co.in> wrote:
> Hi list
> I intend to design a Speech Recognition system.Can I have some pointers
> to the available Python speech tools?
>
> Till date I am aware of only Python bindings for a speech tool called
> Snack (http://www.speech.kth.se/snack/)
>
> Any help will be appreciated.
>
> --
> Amit K Saha <dando... at yahoo.co.in>
>
> Send instant messages to your online friendshttp://in.messenger.yahoo.com

I've played with the win32 module's text-to-speech abilities a little.
You may be able to get ideas from that. Here's a link to more info:
http://surguy.net/articles/speechrecognition.xml

http://www.cs.unc.edu/~parente/tech/tr02.shtml

This isn't pure Python, but it may be helpful as well:
http://sourceforge.net/projects/VoiceCode/

Good luck!

Mike




More information about the Python-list mailing list