Is there any pure java way to convert .wav to .mp3?

前端 未结 6 2008
小鲜肉
小鲜肉 2021-01-01 03:14

I\'ve struggled a lot with Java but could not combine a working example of Java .wav to .mp3 converter. This converter will be used in a Java applet so it should depend only

6条回答
  •  天涯浪人
    2021-01-01 03:32

    Read your wave file @ http://java.sun.com/javase/technologies/desktop/media/jmf/ and encode to mp3 @ http://openinnowhere.sourceforge.net/lameonj/

    As pointed out, lameonj is not a pure java solution. For that the options don't seem so many, but see the other SO question: MP3 Encoding in Java

提交回复
热议问题