A few friends and I at college are working on large application incorporating several programs into one. I am creating an Mp3 player for the app.
I am using javax.sound. I notice that with this class you can only play simple formats such as wav's.
I've heard that I might need javax.media? If so, does anyone know where and how I can get this? Or simple enough, how I can play an mp3 file with a java app?
Thanks