Author: Chris P.Chris P. Date: Mar 26, 2008 07:02
On Wed, 26 Mar 2008 01:34:17 -0700 (PDT), Joseph wrote:
> Any body knows how to debug MSN enumerate which kind of interface in
> audio/video setting?
> Is it API hooking related?(sorry, I do not know how to do it...)
As far as I know MSN doesn't use DirectShow for audio capture so writing a
source filter won't work like it did for the video.
> How could I let MSN recongnize?(through DirectShow or DirectSound
> interface)
> If DirectSound could, could I write a VAD using DirectSound?
> If DirectShow could, how could I do it?
You can write a driver level VAD that will work with DirectSound and
DirectShow. It's considerably more complicated but there is a sample in
the Windows DDK (current version is Server 2008) \src\audio\msvad\
|