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

前端 未结 6 2006
小鲜肉
小鲜肉 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:39

    Just check out the following source code. http://jsidplay2.cvs.sourceforge.net/jsidplay2/jump3r It is still work in progress, but a working example of the encoder part of a pure java based lame library.

提交回复
热议问题