I am looking for a library that can encode/decode mp3 files. I want to write a program that can change the bit rate of mp3 files.
Does anyone know if the JMF MP3 plugin from Oracle do this job. Here is its link: JMF MP3 plugin
I am looking for a library that can encode/decode mp3 files. I want to write a program that can change the bit rate of mp3 files.
Does anyone know if the JMF MP3 plugin from Oracle do this job. Here is its link: JMF MP3 plugin
The mp3plugin.jar of JMF is an SPI for decoding MP3. It does not provide an SPI for encoding.