[Plib-users] Onboard Sound Support?
Brought to you by:
sjbaker
From: Iaian B. <ia...@sh...> - 2002-12-31 10:06:30
|
I am also having the same sound problem while running the plib sl examples and FlightGear as originally described by David Giraud. My onboard sound is on a k7s5a SiS 735 motherboard with a SiS 7012 sound chip. Sound is compiled into a linux 2.4.20 kernel with a i810_audio driver. Outside of plib (ie. playing CDs and XFCE window manager sound module) sound can be heard. Note that I also made sure no other processes are accessing /dev/dsp or /dev/audio while running the examples or FlightGear. I put a simple debugging statement in slScheduler.cxx and found that the bps variable in class slDSP was equal to 16 and thus raising the following warning "WARNING: slScheduler: Needs a sound card that supports 8 bits per sample.". Iaian |