AL_EXT_vorbis doesn't exist?

Started by juhuhaha, July 15, 2006, 10:19:28

Previous topic - Next topic

juhuhaha

I have the lwjgl1.0 beta1 and try this code:
AL10.isAlExtensionPresent("AL_EXT_vorbis");

always returns false. Does this mean that these dll included in lwjgl don't support Vorbis? I tried it under Linux and there was the same problem.
If so, could anybody tell me how to build an openAL dll with Vorbis enabled? Or where to find an already built one? I couldn't find this on my own though I tried a lot. This is crucial to my aplication.
Thanks!

Matzon

the vorbis extension isn't official - it was available at some point in the creative win32 drivers - but they dropped it.

juhuhaha

Crap... So I willl have to turn to Jorbis. But there seems to be no API or anything for this decoder. Could anybody direct me to some code which decodes an OGG to PCM using the Jorbis lib? Thanks for the answer.