Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > capturing all audio out reliably : DirectSound or MSVAD?

Reply
Thread Tools Display Modes

capturing all audio out reliably : DirectSound or MSVAD?

 
 
M Taha Masood
Guest
Posts: n/a

 
      01-07-2005
Hi,
1)
I want to capture all the audio out on my machine .
What i understand is that if the sound card on my machine provides "stereo
Mix" capability AND I am not recording something on the physical line in
of my sound card , then and only then i can capture the audio out going
through the sound card using DirectSound or WaveIn API.

what is the most reliable way to do this that should work on Win 9x+ and Win
2k+ , independent of whether the sound card supports stereo mix or whether
something is also being recorded in the physical line in of the sound card?

Is there some way to generically install an upper filter driver on top of the
sound card driver and do this?
what other option should help here?
In the DDK i have a Microsoft Virtual Audio Driver , will that be of use ?
There are multiple drivers inside the MSVAD driver directory, which one can
i use with minimum amount of code change that should achieve my purpose ?
and if i do need to change the code , which portion needs to be changed ?


2)
I was going through the code of MSVAD and its architecture looks different
from the standard WDM drivers ( particularly WDM USB client drivers ).
No Read/Write Dispatchers etc.
also Walter Oney's Book apparently does not delve into sound card drivers as
well. What is the best resource to get more information about this , apart
from the DDK ?

thanks and regards
Taha
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why did MS dump DirectSound ? John Windows Vista General Discussion 8 04-29-2008 02:46 AM
DirectSound 3D over Dolby Digital 5.1? Matt G Windows Vista Games 1 05-13-2007 04:22 AM
!!VISTA RC2!! Audio capturing while Video capturing Triel Windows Vista Music, Pictures and Video 1 11-19-2006 01:01 AM
capturing rendered audio from a USB sound card Tareq Windows Vista Drivers 6 10-04-2004 05:37 PM
MSVAD example David Windows Vista Drivers 1 08-14-2004 04:14 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59