

NET Installation and Configuration Issues If you have some more information, please let me know. And for registering driver as an audio device sysaudio needs a volume node. In the web there's a lot of very similar threads about modifying *.inf file - I've not succeded in following them.īut somewhere I've seen one intersting clue - avstream drivers by default provide no topology. But i have a problem with registering it as audio capture device. It successfully compiles from WDK and installs as an Audio Capture Device.Īvssamp (avstream filter-centric driver) is able to play C:\avssamp.wav file (if such is provided) and I think we should use this model. MSVAD example from WDK - is a PortCls driver. There are three models for audio drivers development: AVStream, PortCls and Stream Class(Deprecated). I've been looking at AVStream DDK samples.

I've already worked with NDIS drivers so I'm familiar with IOCTLs and I think there will be no big deal to pass data from User mode to Kernel mode. And I want to provide this VirtualMic with some *.wav file e.g. My goal is to develop a Virtual Mic - so that Skype, Msn etc could see it as a real Mic. Hi! I'm doing almost the same and have a lot of problems with that.
