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# 开发一个项目,我需要为其创建多个虚拟音频设备。稍后我将自己与他们进行一些切换。
也许有人知道一个不错的库,可以让我自己解决问题。创建音频设备的实例。(商业可以,但免费的.dll会更好)
另一种解决方案,这将是一个可选的解决方案,是找到一个根据我的需要创建虚拟音频设备的软件。
不幸的是,您将无法在 C# 中创建虚拟音频设备。您需要使用C/C++ 中的Windows Driver Kit创建 Windows 设备驱动程序。
在这里查看一些指向商业虚拟音频设备的链接。