Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!munnari.oz.au!metro!wolfen!zahra From: zahra@wolfen.cc.uow.oz (Andrew Zahra Telecom) Newsgroups: comp.sys.amiga.tech Subject: Re: Mac sounds to Amiga IFF sounds... KILLER! Summary: simple C prg can do it Message-ID: <6403@wolfen.cc.uow.oz> Date: 1 Aug 90 06:15:09 GMT References: <949.26b549a8@desire.wright.edu> Organization: Uni of Wollongong, NSW, Australia Lines: 11 In article <949.26b549a8@desire.wright.edu>, arc@desire.wright.edu writes: > > I know this is probably not a big deal to many, but I'd like to get a sound > converter for Amiga that converts Mac sounds to IFF. There's so many Mac I have done this successfully with a short C prg - all you have to do is read in the mac file a byte at a time and flip the high (leftmost) bit. so in C you need to xor the byte with 128.voila - file is in amiga dump form - now just read it into a music prg and save it as iff if you want in in iff form. Andrew