捕获/录制窗口声音
我需要录制 Windows 上的声音。我需要写信来传输我从演讲者那里听到的内容。 我可以依赖什么手段/API?
I need to record the sounds on windows. I need to write to stream what I hear from speakers.
What means/API can I rely on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您也许可以使用DirectSound ;可以在此处找到示例这是针对麦克风工作的。 CaptureDevicesCollection 应该引用所需的您想要捕获音频的设备从麦克风更改为其他设备。
You may be able to make use of DirectSound; a sample can be found here which is working against a mic. The CaptureDevicesCollection should have a reference to the needed device you want to capture audio from to change from a mic to something else.