Tagged Questions
-1
votes
1answer
240 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 ...
4
votes
2answers
1k views
Where can i get the openal sdk for c++?
The OpenAL site I'm looking at is a crappy outdated and broken sharepoint portal and the SDK in the downloads section give me a 500 html code when i request it.
...
2
votes
2answers
410 views
Best practices for playing sounds in iPhone games
What are the best practices for playing sounds in iPhone games? Specifically, what are the best practices while playing sounds simultaneously without affecting other processing much. Is there any ...