Tagged Questions
-1
votes
1answer
245 views
How compatible is OpenAL?
I'm making a game that needs sounds and LWJGL uses OpenAL.
I was wondering out of 1.0, 1.1, C 1.0 and C 1.1 which would be the best to pick? I don't know what the C is but it's there in LWJGL :).
My ...
6
votes
2answers
694 views
How to loop over a part of an ogg vorbis stream?
I'm successfully streaming ogg vorbis data to openAL with the Java library JOrbis, but now I want to loop over a part of this stream, e.g from 30" to 1'30".
I thought that at the end of the loop, I ...