Sign in
All the Cool Developers use Speech APIs
A forum for information about Microsoft Speech technologies, including the Speech API (SAPI) and the Managed Speech API.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Accessibility
Apple
Conferences
History
Microsoft
Miscellanous
Research
SAPI 5.3
SDK
Speech
Speech - APIs
Speech Recognition
System.Speech
Text to Speech
Travel
Users
Windows
Windows Speech Recognition
Browse by Tags
MSDN Blogs
>
All the Cool Developers use Speech APIs
>
All Tags
>
system.speech
Tagged Content List
Blog Post:
Enumerating TTS Engines using System.Speech.Synthesizer
MSDNArchive
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 System.Speech; using System.Speech.Synthesis;...
on
30 Jul 2008
Page 1 of 1 (1 items)