[Plib-users] Re: Onboard Sound Support?
Brought to you by:
sjbaker
From: Iaian B. <ia...@sh...> - 2003-01-01 21:50:20
|
Curt is L. Olson wrote: > I messed around with an onboard audio chip once (forget which one.) > The Linux drivers for it really sucked. They only supported a small > subset of possible sound samples (i.e. certain fixed sample rates, > etc.) I spent about 2 hours on it, gave up, disabled the onboard > audio, threw in a sound blaster live, and was done with it. So, my > best guess is that the drivers you have found for your chipset are > incomplete and probably only support one sampling rate (which is > probably different from the one FlightGear is trying to use.) > > Regards, > > Curt. I switched over to the ALSA driver for my onboard audio chip and I did not receive the 8 bit per sample warning. However, now when I try the plib examples and FlightGear I get the following warning messages respectively "slDSP: write: Resource temporarily unavailable" and "WARNING: slScheduler: Too many pending callback events! slDSP: write: Resource temporarily unavailable". These warnings along with a similar audio configuration were previously reported by Felix Kuhling back on July 25, 2002. In his mail, Felix provided a patch that fixed his problem. Is that patch still available and if so can I get it? While the patch may not be the best approach to fix my audio problem (ie. the source of the problem appears to be the limitations of the audio driver itself) it might be enough to get FlightGear running with sound which is my ultimate goal. Note I did try the OSS/Linux driver and I did get sound from both the plib examples and FlightGear. However, I experienced annoying crackling noises which increased in intensity when moving windows around the desktop. I messed around with the driver configurations as suggested in the OSS/Linux mailing but the crackling noise did not go away. Thanks, Iaian |