LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: xeleh on February 11, 2004, 17:03:09

Title: OpenAL streaming playback support
Post by: xeleh on February 11, 2004, 17:03:09
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!
Title: OpenAL streaming playback support
Post by: tomb on February 12, 2004, 00:34:20
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.