Browse by Tags

Enumerating TTS Engines using System.Speech.Synthesizer
Here is a quick and dirty C# console application that will list out the installed TTS engines and associated properties.  Make sure you add System.Speech to your project's list of references. using System; using System.Collections.Generic; using Read More...
Speech Content in the Windows SDK
I'm happy to announce the availability of the RTM release of the Windows SDK. This release - the first RTM one since Vista - contains the following speech-related items: Updated : SAPI 5.3 documentation Updated : System.Speech documentation Updated : Read More...
Background on Audio Volume in Windows Vista
Our friend in the multimedia group and prolific blogger Larry Osterman is writing a series of articles on how volume is treated in Windows Vista. There is a whole new audio sub-system in Vista and Larry's blog is a great source of information for developers. Read More...
Microsoft Speech API SDK
The Speech API Software Developers Kit (SAPI SDK) contains the documentation, samples, and header and library files to create applications and utilities that use speech recognition and voice synthesis. In addition, the SAPI SDK can be used to create speech Read More...
Page view tracker