lame
lame官网 本项目主要方便大家在adroid上使用lame。Adroid使用AudioRecord录音时不支持mp3格式,需要先录制为raw格式,然后再使用lame转换成mp3
引用方式Mave
<depedecy> <groupId>mobi.cagol.mobile</groupId> <artifactId>lame</artifactId> <versio>1.0.0/versio> <type>pom</type> </depedecy>Gradle
compile 'mobi.cagol.mobile:lame:1.0.0'LameUtils lameUtils = ew LameUtils(1, 16000, 96);boolea result = lameUtils.raw2mp3(sourcePath, targetPath);
评论