Playing OggVorbis/MP3

Hi all, I’m looking for a solution to play easily mp3 or ogg vorbis without using many code, does anybody know a way to do this?

Thanks

mp3 has licencing issues, best to stick to ogg, in which case look at Jorbis. There is some example code in the download, which while a bit long winded, can be hacked into a useful ogg player. Last time I looked, the documentation sucked badly.

Alan

There is a OggInputStream that gives you an easy way of decoding a ogg. Use it to stream music of docode a whole file.