up vote 0 down vote favorite
share [g+] share [fb]

Hy my name is Joey and i would like to know if there is a way to use speech in C++ if so can someone point me to references and books deeply appreciated...

link|improve this question
feedback

2 Answers

You should look at the Windows Text-To-Speech API - a COM-based API that can be used from C++. You would need to download the Speech API 5.3 SDK as a DVD ISO or through a guided install of only the components you need..

As a side note, there's also a managed speech API in .Net 3.0 residing in the System.Speech namespace.

link|improve this answer
feedback

In what way do you want to use speech? as in text to speech or speech recognition?

link|improve this answer
I want to make it talk.like text to speech – Joey Mar 1 '09 at 3:06
feedback

Your Answer

 
or
required, but never shown