简体   繁体   中英

(Vocal code) Need some help finding text-to-speech addon

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

您可以尝试http://espeak.sourceforge.net/并制作单词的 mp3,然后将其流式传输到 Flash 应用程序(您可以使用 darwin 进行流式传输)。

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 overview and 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 !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM