Hi all,
I am trying to work out how to play ogg files using joal. I have read some posts and looked at http://home.halden.net/tombr/ogg/ogg.html.
Any help or links to further information would be greatly appreciated,
Dave.
Hi all,
I am trying to work out how to play ogg files using joal. I have read some posts and looked at http://home.halden.net/tombr/ogg/ogg.html.
Any help or links to further information would be greatly appreciated,
Dave.
take a closer look on the http://home.halden.net/tombr/ogg/OggPlayer.java file which streams the oggfile into some buffers which then will be played by openal. maybe you want to have a look at a pseudo code description of the openal streaming which i posted some time ago http://www.java-gaming.org/forums/index.php?topic=14433.msg114674#msg114674
i hope this will help you a little bit …