Hello Guest

AL_EXT_vorbis doesn't exist?

  • 3 Replies
  • 11526 Views
AL_EXT_vorbis doesn't exist?
« on: July 15, 2006, 10:19:28 »
I have the lwjgl1.0 beta1 and try this code:
Code: [Select]

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!

*

Offline Matzon

  • *****
  • 2242
AL_EXT_vorbis doesn't exist?
« Reply #1 on: July 15, 2006, 14:43:34 »
the vorbis extension isn't official - it was available at some point in the creative win32 drivers - but they dropped it.

AL_EXT_vorbis doesn't exist?
« Reply #2 on: July 15, 2006, 17:02:52 »
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.