Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Intercept (detect) audio data

Reply
Thread Tools Display Modes

Intercept (detect) audio data

 
 
Guest
Posts: n/a

 
      08-24-2010
I want to write a driver to detect(intercept) audio data to sound card.
Basically, I do not want to process the audio data after to detect.
If the driver detects audio data, it will information other hardware device
to show helpful information. What is the best approach to do this?

1. Writing a audio filter driver? --------------Intercept IOCTL from KS
2. Writing a virtual audio driver? ------------- It seems to be not
necessary for my case.

I did some researches over the internet and someone said that

1. Audio filter driver cannot intercept all audio data from all system
interfaces. Is that true?
2. Audio filter driver cannot be installed on Vista or latter platform.
Is that true?

If audio driver is not suitable for me, what is other alternativeness?



 
Reply With Quote
 
 
 
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      08-24-2010
> 2. Audio filter driver cannot be installed on Vista or latter platform.
> Is that true?


I think it is called "global APO" and requires the digital signature same way as x64 kmode drivers.

So, if you provide DRM-breaking software, you will be traceable :-)

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

 
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
Re: Time Sync Problem on AD 2003 domain Meinolf Weber [MVP-DS] Active Directory 11 12-02-2009 09:30 PM
How to rip audio off SWF and convert SWF to audio? desertfish Windows Vista Music, Pictures and Video 0 11-03-2009 08:53 AM
Why OH! Why can't I play DVD's in Windows Media player for Vista anymore?? Ted F Windows Vista Administration 1 01-27-2008 06:51 AM
Going Golfing but not with Vista markbyrn Windows Vista Games 15 03-08-2007 10:59 AM
Vista: Audio edit tool to alllow Send/Recv non-PCM data Windows Vista Hardware 0 12-14-2006 05:06 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