home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / compress / research / 143 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.9 KB  |  41 lines

  1. Newsgroups: comp.compression.research
  2. Path: sparky!uunet!think.com!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!att!fang!tarpit!bilver!ge-dab!knight.vf.ge.com!happy.vf.ge.com!doug
  3. From: doug@happy.vf.ge.com (Doug Hughes)
  4. Subject: Compressing sound on sun
  5. Message-ID: <1992Aug28.170209.1828@knight.vf.ge.com>
  6. Followup-To: comp.compression.researc
  7. Sender: news@knight.vf.ge.com
  8. Nntp-Posting-Host: happy.vf.ge.com
  9. Reply-To: doug@happy.vf.ge.com
  10. Organization: GE Aerospace - VF
  11. Date: Fri, 28 Aug 1992 17:02:09 GMT
  12. Lines: 27
  13.  
  14.  
  15. I'm looking for some good sound compression and silence detection
  16. algorithms for a sun. So far, I've gotten the adpcm stuff and gotten
  17. that to work on the sun. It seems okay, and I've been able to cut
  18. the volume in half using that by translating from Ulaw to signed
  19. 16 and then doing the 16 -> 4bit quantization. However, I'm afraid
  20. that all the conversions that are involved are going to slow up
  21. my throughput as I plan on doing the conversion on the fly for 
  22. packet voice.  I guess what I really need is to somehow detect when
  23. the incoming volume on the audio port is below a certain threshhold
  24. and then not send packets over the net until it breaks above that
  25. threshold again.  It will probably mean smaller packets, but so be-it.
  26.    I've also gotten the CELP stuff.. But, the documentation only tells
  27. you how to compile the stuff.  It does not say what it should be used for.
  28. I haven't really heard anything about CELP so I don't know what kind
  29. of use I can get out of it or if it would be good for voice compression
  30. on the fly.  It says something about an input file also, but it doesn't
  31. really explain what the input file should be.
  32.    Any help would be appreciated! Thanks!
  33.  
  34. -- 
  35.  ___            |    GE software developer
  36. ( / ) _       _,    |    doug@happy.vf.ge.com
  37. _/_/ <_>_/_/_<_>    |    uunet!crdgw1!ge-dab!happy.vf.ge.com!doug
  38.              <_>    |    2B | !2B > The_Question
  39. ________________________|______________________________________________________
  40.  
  41.