Java - Convert ogg to mp3
问题 I'm writing a Java program and I'd like to convert a ogg file into mp3 file. I've spend a lot of time trying to find a good library to do that, but without success for the moment. I think I'll need a ogg decoder (jorbis ?) and a mp3 encoder (lameOnJ ?). Moreover, once the conversion is done, I need to set some tags in the file (artist/track tag, etc). This is a windows and OS X app. Could you give me any hint about how to process, with examples if possible. Thanks 回答1: You have lots of