[Openal] info on AL_EXT_VORBIS ?

Andre Krause post at andre-krause.net
Fri May 11 03:11:03 PDT 2007


Ben Martin wrote:
> I am trying to stream a Ogg vorbis sound but I still having problems
> with my implementation.
> 
> I came across a few posts mentioning AL_EXT_VORBIS and thought I’d give
> it a try but I can’t find any info to implement it.
> 
> It doesn’t seem to be included in OpenAL 1.1 from http://www.openal.org.
> What do I need to do to be able to use this extension?
> 
>  
> 
> Thanks for the help
> 
>  
> 
> Ben
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Openal mailing list
> Openal at opensource.creative.com
> http://opensource.creative.com/mailman/listinfo/openal

there is a really nice tutorial about ogg-streaming:

http://www.devmaster.net/articles/openal-tutorials/lesson8.php


but beware, there are some minor bugs in the code (read the accompanying
discussion )

i have written my own ogg_stream class based on this tutorial and can
now stream ogg files very nicely, even from memory a memory buffer. i
can email you my code, if you would like to have it.


More information about the Openal mailing list