Commit 949790bf authored by 周亚武's avatar 周亚武

语音合成规则修改

parent f2a7c0bf
...@@ -21,7 +21,7 @@ public class SpliceMp3Util { ...@@ -21,7 +21,7 @@ public class SpliceMp3Util {
* *
*/ */
public static String fenLiData(String path,String lujing) throws IOException { public static String fenLiData(String path,String lujing) throws IOException {
ClassLoader classLoader = MainWindow.class.getClassLoader(); ClassLoader classLoader = SpliceMp3Util.class.getClassLoader();
InputStream inputStream = classLoader.getResourceAsStream(path); InputStream inputStream = classLoader.getResourceAsStream(path);
File file = new File(lujing+"tmp.mp3"); File file = new File(lujing+"tmp.mp3");
//转换 //转换
......
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