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