gpt4 book ai didi

javascript - 在 HTML 音频标签中创建隐藏式字幕

转载 作者:行者123 更新时间:2023-12-02 13:50:13 25 4
gpt4 key购买 nike

我正在寻找一种将隐藏式字幕添加到仅 HTML 音频标签的方法。我目前正在使用<track>标签,但它不提供标题框。

  <div id="audioCenter">
<audio controls>
<source src="~/Training/Compliance/ar/10165676.mp3" type="audio/mpeg">
<track kind="captions" label="English SubTitles" src="~/Training/Compliance/ar/10165676.mp3" srclang="en" />
Your browser does not support the audio element.
</audio>
<p style="color:white">This Section Has been Selected from Lesson 1 section 1 to allow the Test Taker to sample the audio</p>
</div>

最佳答案

<track> 元素src应该指向 .vtt文件,而不是 .mp3 。另请参阅this AnswerAlternative for checking browser idle

关于javascript - 在 HTML 音频标签中创建隐藏式字幕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41047634/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com