让文本转语音工作并将其连接到 java

发布于 2024-10-22 11:50:19 字数 152 浏览 2 评论 0原文

好的,我有一个人工智能系统通过终端在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你的笑 2024-10-29 11:50:19

我认为,作为 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?

谈场末日恋爱 2024-10-29 11:50:19

您了解 JavaSpeech API 以及 FreeTTS 实现吗?

Do you know about the JavaSpeech API and, for example, the FreeTTS implementation?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文