Suggestions for a sound library to use for sound effects?

Hi all,

I’ve heard some musings that the default sound capabilities offered by Java aren’t great. I’m currently using LWJGL and the Slick libs, and have pretty much completed my game now, but it doesn’t have any sound!

What’s everyone else using to deliver sound effects and music in their games? I’m capable enough to engineer the various blips and bloops I need, but just need some advice on what libraries best suit Java game developers!

Thanks all!

I use TinySound! Very easy library to set up and just play some sounds, I really recommend it. Not much in the way of documentation but then again the library is very lightweight.

Thanks! I’ll give that a try!
My game lacks the necessary visceral ‘pew pew’ sounds to add the required fun-factor!