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.
我正在用 C# 开发一个应用程序,在程序的某个时刻,我想控制扬声器,更具体地说,我想控制语音平衡(哪个扬声器 - 左/右 - 声音来了从)。有没有办法做到这一点?
谢谢,
这取决于您如何使用音频。如果您有两个扬声器设置,那么您需要做的就是创建一个仅在左声道或右声道播放的声音 - 取决于您的要求。
我最近没有这样做,但是您可以查看一些开源库:
http://windowsmedianet.sourceforge.net/
http://naudio.codeplex.com/
另请查看多媒体 MSDN 条目:
希望这可以帮助。
干杯。