Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How Do You Do Text To Speech In C Programming, Java, Or Visual Basic?

0
Posted

How Do You Do Text To Speech In C Programming, Java, Or Visual Basic?

0

As far as I know, none of the languages you mentioned has built-in speech synthesis. Java has a Speech API, but the implementations are all independent. That means, if you develop an app, you must not only distribute your classes, but an implementation of the speech API as well. Docs on this can be found at: http://java.sun.com/products/java-media/… …shows the implementation known as of java 1.4 Other free/open-source libraries are listed at: http://www.babelfish.org/tts-free.htm Microsoft has a speech API in Windows, plus an interface to that API from .NET in the System.Speech.Synthesis namespace (framework 3.0 and later). Sample code in C#, VB.NET and managed C++ can be downloaded from codeproject (free membership signup required to download):

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123