Skip to content

Commit 1109352

Browse files
committed
feat: 移除无用测试
1 parent fa12e18 commit 1109352

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

plugins/tts-plugin/src/test/java/Main.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,6 @@
99
*/
1010
public class Main {
1111
public static void main(String[] args) {
12-
// TTSService ts = new TTSService();
13-
// ts.setBaseSavePath("d:\\"); // 设置保存路径
14-
// SSML ssml = SSML.builder()
15-
// .outputFormat(OutputFormatEnum.audio_24khz_48kbitrate_mono_mp3)
16-
// .synthesisText("自定义文件名测试文本,java 文本转语音")
17-
// .outputFileName("自定义文件名")
18-
// .voice(VoiceEnum.zh_CN_XiaoxiaoNeural)
19-
// .build();
20-
// ts.sendText(ssml);
21-
//
22-
// ts.sendText(SSML.builder()
23-
// .synthesisText("文件名自动生成测试文本")
24-
// .usePlayer(true) // 语音播放
25-
// .build());
26-
//
27-
// ts.close();
28-
2912
TtsWrapper.sendTxt(TtsConfig.newConfig()
3013
.outputFileName("测试")
3114
.setSsml("我喜欢吃葡萄 I like to eat grape")

0 commit comments

Comments
 (0)