fr0zen Squeegee
Registered User
Join date: 3 Feb 2006
Posts: 23
|
02-14-2009 13:42
I got a new soundcard - Asus Xonar DX - and when SL uses openAL I get really bad sound with crackles. If I let SL use Alsa I get great sound but only SL can play sound - it grabs my device.
Any ideas? I really want to be able to have SL and other apps using sound at the same time, but I sure don't want crackly annoying sound.
|
fr0zen Squeegee
Registered User
Join date: 3 Feb 2006
Posts: 23
|
02-14-2009 17:57
I installed esd and that made it work, now I just have a long delay in what I see in SL and what I hear. At least I have sound.
|
Katheryne Helendale
(loading...)
Join date: 5 Jun 2008
Posts: 2,187
|
02-16-2009 16:27
It would help to know what distro you are using.
|
Henri Beauchamp
Registered User
Join date: 8 Oct 2006
Posts: 253
|
02-20-2009 07:07
From: fr0zen Squeegee I installed esd and that made it work, now I just have a long delay in what I see in SL and what I hear. At least I have sound. You can disable OpenAL from the secondlife script. Edit it and make sure to un-comment the LL_BAD_OPENAL_DRIVER export, like this: ## - Avoids using any OpenAL audio driver. export LL_BAD_OPENAL_DRIVER=x I too have problems with OpenAL (some UI sounds do not play, and the sound quality is much lower than with FMOD), so better sticking with FMOD for now... Also, consider switching your sound driver to OSS v4.1 (http://www.opensound.com/oss.html) which got a transparent mixer and will allow you to get rid of all the silly sound wrappers/daemons such as esd, pulse audio, jackit, arts, etc... This however supposes that ALSA was compiled as modules only (this is usually the case) and that your distro provides support for OSS (for example, with Mandriva 2009.0, I had to rebuild a couple of packages to enable support for OSS in them. Namely: portaudio and mpg123).
|
Triss Gray
Registered User
Join date: 10 Oct 2006
Posts: 59
|
02-21-2009 02:29
I deleted libstdc++ (or something resembling that) from the sl lib folder, after seeing that gstreamer threw some errors about that. That solved my crackly audio problem...
That is on a kubuntu 8.11...., with "plain" alsa
|