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

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

    Another potentially relevant project is jffmpeg. This apparently aimed to an JMF support for a wide range of formats using both native and Java codecs. Judging from the 'formats' page, they made significant progress on the pure Java side. Unfortunately, the project has gone quiet.

    This doesn't directly help the OP in the short term. But if he or others are keen to have pure Java codecs in the long term, consider getting involved.

提交回复
热议问题