I am looking for a 2D sound framework for java that can do the following:
- Load wav files.
- Loop sounds, and also possible of setting the looping point(i e where to start when it have ended, for stage music for example).
- Play sounds at a position. For example, if me, the main character is at point 200, 300, and a sound is played at point 6000, 4300, the sound wont be heard(mute) because its to far away, out of range, kinda like real life.