vote up 2 vote down star
2

In C# 3.5 System.Speech.dll was added for doing text-to-speech and speech-to-text conversions. Searching on the internet I've found a few blog posts about getting started, but are there any good resources for learning more about this technology? (Other than the obligatory MSDN documentation.)

flag

2 Answers

vote up 1 vote down check

You can find a decent article on it here:

http://www.mperfect.net/speechSamples/

Should be enough to get going. Other than that, as you say, look through the MSDN docs, familiarise yourself with the API, and try stuff out.

link|flag
vote up 0 vote down

MSDN Magazine had a couple of articles that might be helpful, as well.

link|flag

Your Answer

Get an OpenID
or

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