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

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

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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