4

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

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
yasserbn
  • 391
  • 3
  • 18

1 Answers1

4

The mp3plugin.jar of JMF is an SPI for decoding MP3. It does not provide an SPI for encoding.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433