Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top