Question

I am looking for an addon that can say characters vocally. It is for non-commercial use, and it would be nice if it can vocalize more languages, like asian, english etc... I have googled it, but can't seem to find anything for free use.

Update: This is for web use

Was it helpful?

Solution

You could try http://espeak.sourceforge.net/ and make an mp3 of the word, then stream it to a flash application (you could use darwin for the streaming).

OTHER TIPS

You can convert the text to speech in Java using freetts1.2 API. It is quite simple to use. This link could be useful for you which has an example program.

http://learnsharelive.blogspot.com/2011/01/convert-text-to-speech-java-freetts12.html

What yo uare searching for ist Sphinx4. Some free speech models for other languages can be found here.

A similar question has been asked regarding Java Text-to-Speech engines. Take a look at the question Java: Text to Speech engines overviewand see if any of the responses are helpful.

It's unlikely that you'll find an Actionscript 2.0 or 3.0 text to speech codebase, as sound synthesis is only just being introduced in the upcoming Flash Player version 10.

Java however has many, try this, this, or even that!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top