Java Sound doesn't inherently support MP3 playback. For the formats it supports in any given JRE, check AudioSystem.getAudioFileTypes().
One way to add MP3 support is to add the JMF-based mp3plugin.jar to the runtime classpath of the application.
The above is the detailed content of How to Play MP3s in Java Sound. For more information, please follow other related articles on the PHP Chinese website!