如何听到文本到语音翻译的音频
当我单击图像(例如音频图像)时,我想听到音频。句子的声音文件是通过谷歌翻译获得的。我想在不重定向到其他页面的情况下执行此操作。我该怎么做?我尝试使用 HTML5 音频标签,但也没有成功。
<html>
<body>
<a href="http://translate.google.com/translate_tts?q=My+name+is+John">My name is John</a>
</body>
</html>
I would want to hear the audio, when I click on an image (e.g. an audio image). The sound file for a sentence is obtained via google translate. I would like to do this without getting re-directed to a different page. How should I do this? I tried using the HTML5 audio tag, but didn't succeed either.
<html>
<body>
<a href="http://translate.google.com/translate_tts?q=My+name+is+John">My name is John</a>
</body>
</html>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑2
这是另一个解决方案< /a> 也发布在 SO 上,可能会对您有所帮助。
编辑
更强大的解决方案。在 IE8 和 Firefox 中进行了测试
这是一种嵌入 Quicktime 的方法。您可以轻松使用 Windows Media Player...
EDIT2
Here's another solution also posted on SO that may help you.
EDIT
A more robust solution. Tested in IE8 and Firefox
Here's a way embedding Quicktime. You can just as easily use Windows Media Player...