Re: [Plib-users] Onboard Sound Support?
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2002-12-24 16:19:18
|
David Giraud wrote: >> Have you tried the simple example program that comes with the PLIB >> examples? > > > Yes, the output is in my last post but I'll repost anyway: > > Ok, I've updated plib to the latest cvs. I've also compiled the example > files. When I try to run plib/examples/src/sl/example I get: > > WARNING: slScheduler: Needs a sound card that supports 8 bits per sample. So the PLIB sound library managed to open the /dev/dsp device - but when it tried to tell it to run in mono/8bit, the Open Sound System (OSS) driver told us that it didn't support 8 bit audio?!? That's very strange - I believe that all OSS devices support 8 bit. > WARNING: slSample: loadRawFile: Cannot open 'scream.ub' for reading. > WARNING: slSample: loadWavFile: Cannot open 'zzap.wav' for reading. > WARNING: slSample: loadAUFile: Cannot open 'cuckoo.au' for reading. > WARNING: slSample: loadRawFile: Cannot open 'wheeee.ub' for reading. Dunno - do those files exist in the directory you are running the program in? They are certainly present in the CVS archive. Maybe they don't have the right permissions? > Is there anything else I can do? Dummo - I can't explain why a working sound device wouldn't support a simple 8 bit monoaural channel. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net |