Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: Audio link over LAN
| Subject: | Re: Audio link over LAN |
| Posted by: | "Jean-Francois Goulet" (goulet..@vif.com) |
| Date: | Sun, 9 Apr 2006 14:11:53 |
Have a look on the www.gamedev.net website about the DirectSound libraries.
You can also goodle DirectSound for more recent results or components. There
are plenty of examples (in C++ but I'm sure they would not be too hard to
convert into Delphi if it hasn't been done yet...) on how to stream wav
files. (maybe mp3 for more recent sources)
Once they are stream, you can send them using winsock by 1024 bytes size
packets.
Regards,
//JF
<Simon Deerova> wrote in message news:44387459@newsgroups.borland.com...
> How can I create one to one or one to many, half dublex (transmit only)
> audio link from my "transmitter" application (build in BCB and/or Delphi)
> to other computers on my LAN running the "receiver" application(s) (build
> in BCB and/or Delphi) ?
>
> Is there any component, and/or code out there which allow audio
> send/receive over network?
>
> Thanks
none