Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Writing the data from virtual audio driver to WTS virtual channel

Reply
Thread Tools Display Modes

Writing the data from virtual audio driver to WTS virtual channel

 
 
Junior Member
Join Date: Jun 2011
Posts: 4

 
      06-29-2011
Hi,

I got the sample application MSVAD which is a virtual audio driver from DDK. I installed it and set it as a default playback devie.

I want to redirect the sound from remote server to local client for that I want to write the data from virtual audio driver into WTS virtual channel.

Since wts virtual channel apis are user mode apis it cannot be used directly in virtual audio driver. So I planned to create windows service for getting the data from driver and send it to wts virtual channel.

In service the createfile() returns the handle of msvad after adding IoRegisterDeviceInterface in msvad. Please give me an idea of how to modify the service and msvad for sending request to virtual audio driver from service and getting the data from driver to service.

Thanks a lot.
 
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
this is simple no thanks Windows Vista Hardware 0 08-27-2010 07:51 PM
Game Compatibility BCurrey Windows Vista Games 6 11-29-2007 08:11 PM
Going Golfing but not with Vista markbyrn Windows Vista Games 15 03-08-2007 10:59 AM
americas army stuttering under vista premium ernie Windows Vista Games 0 02-27-2007 10:20 PM
problem in dxdiag Peewee64 Windows Vista Games 0 02-14-2007 09:49 PM



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