home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / tcpip / 5734 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.2 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!cs.utexas.edu!sun-barr!ames!pacbell.com!network.ucsd.edu!ucsbcsl!spectrum.CMC.COM!fennel.acc.com!art
  2. From: art@acc.com (Art Berggreen)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: Voice Comm through Ethernet via PC/TCP with SB
  5. Message-ID: <1992Dec23.162900.12196@acc.com>
  6. Date: 23 Dec 92 16:29:00 GMT
  7. References: <1992Dec23.113959.14553@nuscc.nus.sg>
  8. Organization: ACC, Advanced Computer Communications
  9. Lines: 18
  10.  
  11. In article <1992Dec23.113959.14553@nuscc.nus.sg> isc30236@nusunix1.nus.sg (CHEW CHEE MUN) writes:
  12. >I am implementing a voice communication system through Ethernet via
  13. >PC/TCP. The sound card I am using for my PC is Sound Blaster Pro card.
  14. >
  15. >The voice output is almost real time.
  16. >
  17. >I am wondering if there is anyone who has done something similar ?
  18. >Thank you.
  19.  
  20. There's always the "radio" program which runs on (at least) Sun-4s.
  21. While not intended as an interactive tool, it does use UDP/IP.
  22. It uses the built in audio ports to digitize a sound source (typically
  23. a radio output jack) and multicasts the data over an IP net using
  24. UDP datagrams with configured port numbers.  Any Sun wishing to tune
  25. in, listens for multicasts to the desired port number and plays the
  26. sound out that Sun's audio port.
  27.  
  28. Art
  29.