amr格式音频转为mp3格式
生活随笔
收集整理的這篇文章主要介紹了
amr格式音频转为mp3格式
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
最近項目用到讀取amr格式的音頻,但是h5不支持這種格式,網上有一些是通過插件的方式來讀取,amrlib.js之類,但是不擅長前端,而且有一些插件是要求把文件轉為base64編碼格式,然后把這些base64碼當做參數傳入一個js函數中,用著比較麻煩。
所以還是在后端轉格式吧。
用到一個jar包,jave.jar
演示代碼也比較簡單,傳入需要轉換的amr音頻文件所在的路徑,以及新生成的mp3文件所在的路徑就可以了。
import it.sauronsoftware.jave.*;import java.io.File;/*** Created by xhzhang on 2018/10/23.*/ public class demo {public static void main(String[] args) throws Exception {String sourcePath = "D:/MediaRoot/123.amr";String targetPath = "D:/MediaRoot/123.mp3";changeToMp3(sourcePath, targetPath);}public static void changeToMp3(String sourcePath, String targetPath) {File source = new File(sourcePath);File target = new File(targetPath);AudioAttributes audio = new AudioAttributes();Encoder encoder = new Encoder();audio.setCodec("libmp3lame");EncodingAttributes attrs = new EncodingAttributes();attrs.setFormat("mp3");attrs.setAudioAttributes(audio);try {encoder.encode(source, target, attrs);} catch (IllegalArgumentException e) {e.printStackTrace();} catch (InputFormatException e) {e.printStackTrace();} catch (EncoderException e) {e.printStackTrace();}} }?
總結
以上是生活随笔為你收集整理的amr格式音频转为mp3格式的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 叶绿体基因组核酸多态性(Pi)分析
- 下一篇: m4枪 maya_MAYA制作一只逼真的