views:

76

answers:

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

+1  A: 

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.

Wim Hollebrandse
A: 

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

Eric Brown