Javazoom: AdvancedPlayer v.s. BasicPlayer
I know these issues probably have been stretched through many posts but i just can find an good info on the issue.
My hope is that someone here is familiar with javazoom and mp3 playback in java. I have a small app which plays mp3 files using the libraries from javazoom. When I use the AdvancePlayer class to play mp3 files they are ALL supported. BUT when I use BasicPlayer I get javax.sound.sampled.UnsupportedAudioFileException for some mp3 files that works fine when I play them through AdvancePlayer. Then why dont I just use the AdvancedPlayer and solve the problem you ask. Well the thing im gunning for is the pause, resume, seek etc features of the BasicPlayer, that which the AdvancedPlayer does not have.
So I wounder if there is a way for me to get the same audio support when using BasicPlayer as I have when I use AdvancePlayer?
Thank you / MTy