Re: [Plib-users] Onboard Sound Support?
Brought to you by:
sjbaker
From: David G. <xh...@ma...> - 2002-12-24 03:06:18
|
> > >Do the same thing in the examples/ subdirectory that you do at the top >level to compile the library: > > sh autogen.sh > ./configure > make > > 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. 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. When I try to run plib/examples/src/sl/mod_demo, I get: WARNING: slScheduler: Needs a sound card that supports 8 bits per sample. Is there anything else I can do? -David Giraud |