Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 Opus 音频发送到浏览器,我需要它几乎立即播放。我正在使用这样的音频元素:
<audio src="/stream.opus" autoplay preload="auto" type="audio/opus" controls />
这似乎需要大约 4 秒才能开始播放音频。我想要接近100毫秒的东西。有任何想法吗?