vote up 0 vote down star

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...

flag

2 Answers

vote up 1 vote down

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|flag
vote up 0 vote down

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

link|flag
I want to make it talk.like text to speech – Joey Mar 1 at 3:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.