From rkim Tue Nov 24 21:51:52 1992 To: ultrasound@dsd.es.com Subject: Very primitive voc/wav player Hi, Folks! Well, quite often, I wanted to be able to play my sound files on my GUS without having to load SBOS all the time. (I run SBOS only when I want to play games.) So I wrote this program, called PL. It's a small (i.e. quick & dirty) program that extracts sampling rate information from the sound files (currently it only does WAV and VOC files) and calls PLAYFILE (that comes with GUS). For example, I just unzipped all my WAV and VOC file in a directory and did "PL *.*" to hear all 100 of them one after another without SBOS in the memory. The only problem is that there are these annoying clicks at the beginning and end of the sound files because PLAYFILE does not filter out extra info in the sound files. Oh, yeah, where is GUS Development kit? I'm dying to do some programming on it! Ryan (rkim@csri.toronto.edu)