eSpeak与ekho交叉编译

0.开源TTS(Text To Speah)的选择和使用

TTS 是 Text To Speech 的缩写,即“从文本到语音”,是人机对话的一部分,让机器能够说话。TTS是语音合成应用的一种,它将文件内容或应用上的文字等,如应用菜单或者网页,转换成自然语音输出。
TTS不仅能帮助有视觉障碍的人阅读计算机上的信息,更能增加文本文档的可读性。

0.1 比较流行的开源TTS项目

以下信息来自:TTS open source project

MARY-- Text-to-Speech System MARY is an open-source, multilingual Text-to-Speech Synthesis platform written in Java. It supports German, British and American English, Telugu, Turkish, and Russian.
SpeakRight Framework-- Helps to build Speech Recognition Applications SpeakRight is an Java framework for writing speech recognition applications in VoiceXML. Dynamic generation of VoiceXML is done using the popular StringTemplate templating framework. Although VoiceXML uses a similar web architecture as HTML, the needs of a speech app are very different. Sp

猜你喜欢

转载自blog.csdn.net/qq_40421682/article/details/121850266