Re: alcCloseDevice Hangs
Chris Robinson <[email protected]>
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Message-ID | <[email protected]> |
On Friday 19 February 2010 5:41:37 pm Kip Warner wrote: > I've noticed that my alcCloseDevice() hangs (using OpenAL Soft > implementation). I also noticed there looks like a patch was submitted > here for it: > > http://opensource.creative.com/pipermail/openal-devel/2006-October/004589.h > tml > > I don't know if that is for the SI or Soft implementation, but if it is > for the latter, it seems strange I am having this issue if was patched > already. Using Karmic's 1:1.8.466-2. That's for the SI. by the looks of it. Unfortunately, PulseAudio is known to have problems with OpenAL Soft versions before 1.11 (or 1.10 with Pulse versions 0.9.20 or earlier). By default, OpenAL Soft 1.8 will try to use ALSA, which will be forwarded to PulseAudio. You can try disabling ALSA's mmap, which could improve compatibility. You can do that by adding this to ~/.alsoftrc: [alsa] mmap = off If that doesn't work, you can try updating OpenAL Soft, or uninstall PulseAudio. _______________________________________________ Openal mailing list [email protected] http://opensource.creative.com/mailman/listinfo/openal