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.
我想将我计算机的音频用作我正在从事的在线音乐流媒体项目的来源。我将如何通过 JavaScript 访问计算机的音频输出/扬声器?
您可以设置您的计算机将其音频输出到其麦克风输入,然后使用getUserMediaAPI从您的“麦克风”捕获音频。
getUserMedia