Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!rochester!pt.cs.cmu.edu!andrew.cmu.edu!+ From: eht@cs.cmu.edu (Eric Thayer) Newsgroups: comp.sys.next Subject: Re: As the recording skips... Message-ID: Date: 17 May 89 18:38:02 GMT References: <191@ncis.tis.llnl.gov> Distribution: usa Organization: Carnegie Mellon, Pittsburgh, PA Lines: 16 In-Reply-To: <191@ncis.tis.llnl.gov> #import main(argc, argv) int argc; char *argv[]; { SNDSoundStruct *snd; SNDReadSoundfile(argv[1], &snd); SNDReserve(SND_ACCESS_OUT, 0); for (;;) { SNDStartPlaying(snd, 0, 0, 0, SND_NULL_FUN, SND_NULL_FUN); SNDWait(0); } }