shundong106

完全支持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:点击进入

分类:

技术点:

相关文章:

  • 2021-12-28
  • 2021-09-28
  • 2022-01-19
  • 2021-05-12
  • 2021-12-10
  • 2021-10-03
  • 2021-07-23
猜你喜欢
  • 2021-12-28
  • 2021-12-28
  • 2021-09-15
  • 2021-10-12
  • 2021-12-28
  • 2021-08-03
相关资源
相似解决方案