Tagged Questions
-1
votes
1answer
244 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 ...
1
vote
1answer
2k views
Waiting specific time to increase sound libgdx
I want to wait a moment (.5 seconds) before I increase the sound, how can i achieve this without using Thread.sleep, because i want my game to keep runnig.