标签: html5 audio web-audio web-audio-api
浏览器(Chrome)如何在不下载带有视频/音频标签的完整文件的情况下获取媒体文件的持续时间?
例如,当使用src设置为远程mp3文件(http链接)的音频标签时
是从第一个块的 Content-Range HTTP标头字段计算的吗?
- P.S。相关问题:Is it possible to know the duration of an MP3 before the entire file is downloaded?