我意识到这是一个非常广泛的问题。我对音频数据从托管音频文件的服务器到我的声卡的整个过程的高级概述感兴趣。
我认为在这个过程中至少有三个有趣的接口点:
音频数据如何从服务器传输到客户端?
音频数据到达客户端后,客户端代码使用哪些Web API来指示浏览器播放
在这些Web API的实现中,浏览器使用什么操作系统API 来实际播放音频? (我主要对Windows和Linux感兴趣。)
我意识到每个点可能有几种选择。我正在寻找最常用技术的高级概述,最好是为每个技术提供更多资源的链接。
答案 0 :(得分:1)
(How is the audio data transferred from the server to the client ?)
(what web APIs does client code use to instruct the browser to play it?)
In the implementation of these web APIs, what operating system APIs does the browser use to actually play the audio? (I'm primarily interested in Windows and Linux)
这只是我的观点(我编写了一个实现上述方法的系统),但是我也很好奇其他人......说SoundCloud ......实现了它的流音频,特别是单线程浏览器问题? ??