This readme file describes how to test the SOX library with Infocom files. SHERLO05.SND is an infocom sound file from 'Sherlock'. It is in Macintosh Infocom format. (see infocom.info for full details) After SOX is compiled, you can convert infocom files easily by using the following command (the -t defines the file type): to convert to 'voc' files sox -t infocom SHERLO05.SND -t voc SHERLO05.voc to convert to 'wav' files sox -t infocom SHERLO05.SND -t wav SHERLO05.wav etc. To create infocom sound files sox -t voc test.voc -t infocom test.snd To create Amiga Format infocom sound files sox -t voc test.voc -t infocomamiga test.snd To convert Amiga Format infocom sound files sox -t infocomamiga test.snd -t voc test.voc Note: All created files have BaseNote = 60 and Repeats to Play = 1. (A seperate utility will be provided to alter the header.) Share and Enjoy!