Commit 7d643117 authored by 周亚武's avatar 周亚武

修改合并mp3文件规则

parent 8c6a0002
......@@ -137,9 +137,9 @@ public class SpliceMp3Util {
f.mkdirs();
//生成处理后的文件
File file2=new File(luJing+"new.mp3");
if(file2.exists()){
file2.delete();
}
// if(file2.exists()){
// file2.delete();
// }
FileOutputStream out;
for (int i = 0; i < pathList.size(); i++) {
String fenLiData = fenLiData(pathList.get(i),luJing);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment