JLayer and Volume

I don’t know if you are familiar with JLayer, but I’m using it to play background music.

I just implemented Volume control for sound effects (Clip), which is easy since there is Clip.getControl()
however I really tried hard to get this to work with JLayer but it seems pointless.

However if you don’t know nothing about JLayer… I just need to play mp3’s
just tell me what you are using =P

EDIT: otherwise I will have to take EasyOGG

I had the same problem but then I downloaded the source and modified it to expose a volume control. Then I also made it “tickable” so I did not have to use a separate thread to play it in.

It is one of my worst hacks ever but if you are interested you can get the code :slight_smile:

mh well, I using OGG now for background music
im quite happy with it I think, but if anything happens it would be nice to have backup plan
so yeah show me =P