Commit 33f37b63 authored by 周亚武's avatar 周亚武

修改合并mp3文件规则

parent 60e87cd2
......@@ -30,7 +30,7 @@ public class AddMp3Util {
// 获取混音所需的格式
for (String inputFile : inputFiles) {
ClassLoader classLoader = SpliceMp3Util.class.getClassLoader();
ClassLoader classLoader = AddMp3Util.class.getClassLoader();
InputStream inputStream = classLoader.getResourceAsStream(inputFile);
String fileName = inputFile.substring(inputFile.lastIndexOf("/")+1);
File nowFile = new File(outputFile+fileName);
......
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