OpenAL streaming playback support

Started by xeleh, February 11, 2004, 17:03:09

Previous topic - Next topic

xeleh

hello,
a question about openal: is streaming playback supported in current lwjgl version?
if yes, i will appreciate some example stuff, if not, is it a planned feature? any idea? thanks!

tomb

It is. Take a look at openal lesson 8 for a tutorial:
http://www.devmaster.net/articles/openal-tutorials/lesson8.php

I've done something similar and source code is available here:
http://home.halden.net/tombr/ogg/ogg.html

Look at OggPlayer.java.