我想使用依次播放 2 个音频链接在 HTML 中

发布于 2024-10-18 10:08:22 字数 543 浏览 7 评论 0原文

我有两个外部音频文件要扮演一个角色,我希望它在我的网站加载时自动播放。我正在制作一个类似字典的应用程序,所以我需要它来说出单词和翻译。我想知道我应该做什么。我尝试过,但它只播放第一个音频。我不知道如何设置第一个音频播放完毕后播放另一个音频。我想我可能需要创建一个播放列表。我尝试过使用 .asx,但它不起作用。我的音频链接为:

http:// translate.google.com/translate_tts?tl=sv&q=hur+m%C3%A5r+du

http://translate.google.com/translate_tts?tl=en&q=how+are+you

非常感谢。

I have two external audio files to play in a role and I would like it to auto play when my website is loaded. I am making a dictionary like application, so I need it to speak the word and the translation. I wonder what I should do. I tried the but it only plays the first audio. I don't know how to set another audio to play after the first one is finished. I think that I might need to create a playlist. I have tried with .asx, but it doesn't work. The link to my audios are:

http://translate.google.com/translate_tts?tl=sv&q=hur+m%C3%A5r+du

and

http://translate.google.com/translate_tts?tl=en&q=how+are+you

Many thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

蓝梦月影 2024-10-25 10:08:22

这是我发现的另一种方法。我使用 m3u 文件创建一个播放列表,然后通过 set src="playlistname.m3u" 调用它

Here is another way I found. I used m3u file to create a playlist and then call it in by set src="playlistname.m3u"

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