[openal] streaming sounds clicking in 64 bit
Jarryd Beck
jarro.2783 at gmail.com
Mon Mar 3 18:25:35 PST 2008
well that worked brilliantly. No more popping sounds, and it uses ALSA
by default
which means it works when other programs are outputting sound.
If anyone else wants to try this.
build openal soft, it will install to /usr/local/lib
Delete /usr/lib64/libopenal*
make symlinks from /usr/lib64/libopenal.so and
/usr/lib64/libopenal.so.0 to /usr/local/lib/libopenal.so.1."version
number".
On Tue, Mar 4, 2008 at 11:48 AM, Jason Daly <jdaly at ist.ucf.edu> wrote:
> Jarryd Beck wrote:
> > The only problem is that will uninstall all the things which depend on
> > openal, and if I try to install anything that needs openal it will
> > install openal. As I said, I need yum to think openal is still there.
> >
>
>
> You can try "rpm -e --nodeps openal" or "rpm -e --force openal", (I'm
> not sure if the RPM and yum databases are linked or not) or you can just
> delete libopenal* from /usr/lib (or wherever the package puts it), and
> then make the symlinks that Chris suggested.
>
> --"J"
>
More information about the Openal
mailing list