A demo ?

Is there any link to download a demo ?

[quote]Is there any link to download a demo ?
[/quote]
Currently working on a set of demos which will be hosted at http://joal-demos.dev.java.net In the meantime take a look at the OpenALTest class in the joal dstribution at http://joal.dev.java.net

The first 4 of 7 OpenAL tutorials from http://www.devmaster.net have been ported to joal!

They can be found at http://joal-demos.dev.java.net.

The other 3 tutorials should be up by monday. Enjoy!

what of demo 8?

I’ve done something similar to lesson 8. I’ve created an OggInputStream that streams ogg files. It’s based on JOrbis. http://www.jcraft.com/jorbis/ Also got a player that plays the file using lwjgl’s OpenAL.

If you are interested I can clean it up and put it on the web.

I’d like to see that as well. At the moment I have some old code that plays wav’s via the normal Java sound API, so there doesn’t seem too much to be gained by switching to Joal.

But being able to play ogg would be a great reason to switch, I stopped trying to figure out Joal when I realised that no. 8 was missing. :-[

Hello! This OggVorbisInputStream - thing sounds very cool. would be nice if you can put it online! blessings, basti

I’ve released the code. Check out the post in the shared code section:
http://www.java-gaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=share;action=display;num=1073512890;start=0#0

Hmmm,

I think I am going to give a try to port this to the games-core OpenAL. Doesn’t seem like it would be much work.

Dustin