Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!munnari.oz.au!comp.vuw.ac.nz!kaukau.comp.vuw.ac.nz!waikato!ldo From: ldo@peace.waikato.ac.nz (Lawrence D'Oliveiro) Newsgroups: comp.sys.mac Subject: Re: Problems converting sounds to snd resources Summary: Sounds like they're compressed sounds Keywords: sounds, FSSD, snd, HCOM, Huffman delta compression Message-ID: <1990Jan22.060740.25672@peace.waikato.ac.nz> Date: 22 Jan 90 06:07:40 GMT References: <876@gistdev.gist.com> Organization: University of Waikato, Hamilton, New Zealand Lines: 11 In the referenced posting, joe@gistdev.gist.com (Joe Brownlee) has some sound files which produce only static when converted for use with Master Juggler. It sounds like these are compressed sound files. Have a look at at the data fork of the file with a tool like Fedit Plus--if the first four bytes are the letters "HCOM", then it's a "Huffman delta" compressed file. Somewhere on the net there is the source to a program called SoundPlay, which includes assembly-language code for doing the decompression.