Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Javazoom: AdvancedPlayer v.s. BasicPlayer

807580Jan 16 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2010
Added on Jan 16 2010
0 comments
226 views