home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / compress / 3888 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.compression
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!uw-beaver!beaver!mef
  3. From: mef@goby.cs.washington.edu (Marc Fiuczynski)
  4. Subject: RE: Lossless audio compression. (SHORTEN)
  5. In-Reply-To: nevries@accucx.cc.ruu.nl's message of 14 Nov 92 14:33:13 GMT
  6. Message-ID: <MEF.92Nov18150946@goby.cs.washington.edu>
  7. Sender: news@beaver.cs.washington.edu (USENET News System)
  8. Organization: /homes/gws/mef/.organization
  9. References: <1992Nov11.234840.19719@truevision.com> <3320@accucx.cc.ruu.nl>
  10. Date: 18 Nov 92 15:09:46
  11. Lines: 27
  12.  
  13. You will want to use Tony Robinson's shorten program.  It is available
  14. on svr-ftp.eng.cam.ac.uk:/misc/shorten*.shar.  There should only be
  15. one file, but I don't know what version he is working on now.  The
  16. information below is from vesion 0.1.  I believe that he is now
  17. working on version 0.4.
  18.  
  19. Shorten is a lossless compression for audio files using Huffman coding
  20. of prediction residuals.  The amount of compression obtained depends
  21. on the nature of the audio signal.  Those composing of low frequencies
  22. and low amplitudes give the best compression.  Compression is
  23. generally better than that obtained by general purpose compression
  24. utilities for audio files.
  25.  
  26. Audio format supported are:
  27.  
  28.      Sun audio format (8 bit ulaw)
  29.      s8  signed 8 bit values
  30.      u8  unsigned 8 bit values
  31.      s16 signed 16 bit values
  32.      u16 unsigned 16 bit values
  33.      s16x signed 16 bit values, byte swapped
  34.      u16x unsigned 16 bit values, byte swapped
  35.  
  36.  
  37. Sincerely,
  38.  
  39. Marc E. Fiuczynski
  40.