以编程方式设置正在“收听”的音频设备在 Windows 中
在Windows 7中,您可以进入音频设备并选中“收听此设备”,以便通过扬声器播放音频信号。有没有办法设置这个,也许是 Win32 API 中的某个变量,这样就可以在不进入设置对话框的情况下更改它?
In Windows 7 you can go in to audio devices and check "Listen to this device", so the audio signal is played through speakers. Is there a way to set this, perhaps some variable in the Win32 API, so it can be changed without going in to the settings dialog?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并非 Windows 上的所有音频设备都支持控制面板中的此选项。但 MSDN 上有一些关于环回记录的文档。
http://msdn.microsoft.com/en-us /library/dd316551%28VS.85%29.aspx
Not all audio devices on Windows support this option in the control panel. But there's some docs on loopback recording on MSDN.
http://msdn.microsoft.com/en-us/library/dd316551%28VS.85%29.aspx