Search code examples
javaaudiomp3

Convert WMA and AAC to MP3 in Java


I'm looking for an Java API able to convert various audio formats, especially WMA and AAC, to MP3. Any clue?


Solution

  • I doubt that you will find native code for that, but you can take a look at one of the Java wrappers from ffmpeg like FMJ or Jffmpeg.