[wdmaudiodev] Re: sending audio over a network

  • From: Tim Roberts <timr@xxxxxxxxx>
  • To: wdmaudiodev@xxxxxxxxxxxxx
  • Date: Tue, 30 Jun 2009 09:00:22 -0700

Karthik Gurumurthy wrote:
>
>          Can any one shed some light on how can i send audio from my
> driver over an network? It has to be on kernel mode itself.
>  Can use Winsock? (To use this does it require to write one more
> driver or can i incorporate this in my Audio driver only?)

No, you can't use Winsock.  The interface to network services in kernel
drivers is called TDI, the Transport Driver Interface.  The interface is
actually rather similar to Winsock.  You can find the header <tdi.h> in
the WDK.  That plus some creative Googling should get you what you need
to know.

-- 
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.

******************

WDMAUDIODEV addresses:
Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx
Subscribe:    mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe
Unsubscribe:  mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe
Moderator:    mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx

URL to WDMAUDIODEV page:
http://www.wdmaudiodev.com/

Other related posts: