让文本转语音工作并将其连接到 java
好的,我有一个人工智能系统通过终端在我的 Mac 上运行,在本地主机上使用 java。我想让我的人工智能在没有闪光灯的情况下说话。有一个 HTML 标签可以轻松插入 tts 脚本,但我不想输出 mp3 文件,我想输出一个具有自动播放和隐藏功能的音频标签,以便每次您收到来自哎呀,它也会说话。
Ok so I have an artificial intelligence system running on my Mac through terminal, on localhost with java. I want to make my ai speak without flash. There is an HTML tag that could be easily plugged into a tts script, but I don't want to output an mp3 file, I want to output an audio tag with autoplay and hidden so that it seems every time you get a response from the ai, it will speak too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为,作为 servlet 实现的 Google TTS 翻译可以解决这个问题。 查看此实现。当然,如果您不介意安装 Tomcat 或同等产品的话。
问题是,谷歌 TTS 翻译什么时候才能免费呢?
Google translate TTS implemented as a servlet would solve this problem, I think. See this implementation. That is of course if you don't mind installing Tomcat or equivalent.
The problem is, until when will Google Translate TTS be free?
您了解 JavaSpeech API 以及 FreeTTS 实现吗?
Do you know about the JavaSpeech API and, for example, the FreeTTS implementation?