Virtual audio driver (microphone)
Posted
by
Dalamber
on Stack Overflow
See other posts from Stack Overflow
or by Dalamber
Published on 2010-12-02T11:42:17Z
Indexed on
2011/01/04
12:53 UTC
Read the original article
Hit count: 232
Hello guys,
I want to develop a virtual microphone driver. Please, do not say anything about DirectShow - that's not "the way". I need a solution that will work with any software including Skype and MSN. And DirectShow doesn't fit these requirements.
I found AVStream Filter-Centric Simulated Capture Driver (avssamp.sys) in Windows 7 WDK. What I need is an audio part of it. By default it reads avssamp.wav and plays it. But this driver is registered as WDM streaming capture device. And I want it in Audio Capture Device.
There are some posts in the web but they are all the same:
http://www.winvistatips.com/problem-installing-avssamp-audio-capture-sources-category-t184898.html
I think registering this filter-driver as audio capture device will make Skype recognize it as a microphone and thefore I will be able to push any PCM file as if it goes from mic.
If someone already faced this problem before, please help.
Thanks in advance.
© Stack Overflow or respective owner