C# 扬声器输出设备*高级*设置
我有一个 C# (WPF) 应用程序,用于检查所有输出设备(扬声器),并且我需要检查输出设备的位深度和采样率。有没有人用过这个或知道这样做的方法?
我一直在四处寻找,但没有发现类似的东西......
非常感谢任何帮助。
谢谢
I have a C# (WPF) application which checks for all output devices (Speakers) and I need to check the Bit Depth and Sample Rate of the output device. Has anyone worked with this or know of a way to do so?
I have been searching around, but found nothing similar...
Any help is much appreciated.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
输出设备不受特定位深度或采样率的限制,它会播放所要求的任何内容。您的意思是找到当前播放的值吗?或者获得设备可以处理的最大位深度和采样率?
The output device is not bound to a particular bit depth or sample rate, it plays whatever it is asked to. Do you mean to find the currently playing values ? Or to get the maximum bit depth and sample rate the device can handle ?