Java_amr格式转mp3

完全支持maven 已经三大操作系统

先加入maven的依赖

<dependency>
   <groupId>com.github.dadiyang</groupId>
   <artifactId>jave</artifactId>
   <version>1.0.0</version>
</dependency>

调用AudioUtil.marToMp3 即可完成 转换 具体实现请看 文本最后的 github地址

public void amrToMp3()  {
    File source = new File("target/test-classes/material/testAudio.amr");
    File target = new File("testAudio.mp3");
    it.sauronsoftware.jave.AudioUtils.amrToMp3(source, target);
}

  github:点击进入

原文地址:https://www.cnblogs.com/shundong106/p/10856189.html