home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 21904 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.6 KB

  1. Path: sparky!uunet!munnari.oz.au!comp.vuw.ac.nz!waikato.ac.nz!ldo
  2. From: ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: AIFF-C Compression Details
  5. Message-ID: <1993Jan22.110802.13374@waikato.ac.nz>
  6. Date: 22 Jan 93 11:08:02 +1300
  7. References: <1993Jan19.043049.22997@ast.saic.com> <1993Jan19.080743.21743@tc.cornell.edu>
  8. Organization: University of Waikato, Hamilton, New Zealand
  9. Lines: 21
  10.  
  11. In article <1993Jan19.080743.21743@tc.cornell.edu>, eacj@theory.TC.Cornell.EDU (Julian Vrieslander) writes:
  12. > And what happened to the MACE package?  I cannot find any reference to it
  13. > in my latest copy of the APDA catalog.  Is Apple still licensing this code?
  14. > Does it work on 16-bit samples?  Or is MACE the same as the system-level
  15. > routines described in IM VI?
  16.  
  17. MACE support was rolled into the enhanced Sound Manager that first appeared
  18. in System 6.0.6/6.0.7. You no longer need to make low-level SndControl calls
  19. to special "snth" resources (I'm not sure if these are still supported);
  20. instead, you use new Sound Manager calls.
  21.  
  22. As far as I'm aware, MACE compression still only works with 8-bit samples.
  23. And not only is it a lossy algorithm, but the loss in quality is quite audible.
  24. It's recommended mainly for speech applications.
  25.  
  26. Lawrence D'Oliveiro                       fone: +64-7-856-2889
  27. Computer Services Dept                     fax: +64-7-838-4066
  28. University of Waikato            electric mail: ldo@waikato.ac.nz
  29. Hamilton, New Zealand    37^ 47' 26" S, 175^ 19' 7" E, GMT+13:00
  30. Q: What's the most frequently-occurring keyword in the C interface files?
  31. A: "pascal"
  32.