How to create a virtual audio device

十年热恋 提交于 2019-12-22 08:44:52

问题


I am working on a project in C# for which I need to create several virtual audio devices. Later I will be doing some switching with them on my own.

Does maybe anyone know a nice library that would allow me to do it problematically on my own. To create instances of audio devices. (commercial is OK, but free .dll would be better)

Another solution, that would be an optional solution, is to find a software that creates virtual audio devices according to my desires.


回答1:


Unfortunately, you won't be able to create virtual audio devices in C#. You need to create windows device drivers using the Windows Driver Kit in C/C++.

Have a look here for some links to commerical virtual audio devices.



来源:https://stackoverflow.com/questions/13163166/how-to-create-a-virtual-audio-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!