如何使用 javascript 在点击时播放 google tts
我正在尝试编写一个可以说出某些文本的js函数,就像这样”
function SpeakText(text) {
......
}
我发现了这个步骤: 如何创建一个播放 mp3 google tts 的按钮,这似乎可以满足我的要求。但是我尝试了解决方案,但不起作用。也许它需要html5 可以工作吗?
有一个简单的 javascript 函数可以简单地说出我输入的某些文本吗?
I'm trying to write a js function that can speak certain text, like this"
function SpeakText(text) {
......
}
I found this tread: how to create a button that plays a mp3 google tts that seems to do what I want. But I tried the solutions but doesn't work. Maybe it requires html5 to work?
Is there a simple javascript function that can simply speak certain text that I input to it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
老线程,但我的回答可能对某些人有帮助。请记住 Google 的 TTS 许可方法并安装 VLC 播放器作为输出机制。
干杯。
梅赫梅特
HTML:
JS:
SERVLET (ttsServlet) :
Old thread but my answer may be helpful for some people. Please remember Google's TTS license approach and installing VLC Player as output mechanism.
Cheers.
mehmet
HTML:
JS:
SERVLET (ttsServlet) :