This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: Play MP3s from Java with Javazoom
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Play MP3s from Java with Javazoom
Sun offers a Java MP3 library. However, I am not discussing this implementation today, as it is currently more difficult to deploy than an already tried and tested open-source solution: Javazoom.
Javazoom MP3SPI is a SPI (Service Provider Interface - or "Driver" for JavaSound API) that adds MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format to the Java Platform (J2SE). It is based on JLayer, an open source MP3 library.