Pyglet and Sound
Hi everyone! I've been trying to make pyglet play sound. I have installed AVbin but that has not made any difference, not even wav files make any sound when I try to play them. So I ran 'python -m pyglet.info' and this is what it told me:...
pyglet.media
------------------------------------------------------------------------------
driver: pyglet.media.drivers.silent
pyglet.media.avbin
------------------------------------------------------------------------------
Library:
AVbin version: 6
FFmpeg revision: 13661
pyglet.media.drivers.openal
------------------------------------------------------------------------------
OpenAL not available.
I'm not an expert, but since I'm running Linux, shouldn't it say something about Alsa? Could anyone help me?
(log in to comment)
This is what the avbin-linux-x86-64-6 version says:
I tried compiling the svn version as well: The first suggests it's a glibc issue. Which version should I upgrade to?
I'll take a closer look later on. If you're desperate for sound, upgrading to glibc 2.7 should fix the problem.