Reputation: 317
I'm working on a Java RPG. And now I want to play background music and other sounds when needed. For example a door opening sound. How can I play the background music always and sometime the sounds?
Upvotes: 5
Views: 163
Reputation: 22013
OpenAL is probably what you are looking for. Bindings are provided by several projects like:JOAL and the Light Weight Java Game Library.
Upvotes: 4