Commit a759a19d authored by 周亚武's avatar 周亚武

修改合并mp3文件规则

parent 5bc2cf8b
......@@ -27,7 +27,7 @@ public class AddMp3Util {
if (file.exists()) {
file.delete();
}
FileOutputStream fos = new FileOutputStream(outputPath);
FileOutputStream fos = new FileOutputStream(outputPath+"new.mp3");
for (String inputPath : inputPaths) {
ClassLoader classLoader = AddMp3Util.class.getClassLoader();
InputStream inputStream = classLoader.getResourceAsStream(inputPath);
......
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