View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mirai-tts-plugin-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.cssxsh.mirai.tts.tools
├─ xyz.cssxsh.mirai.tts.tools.FreeTextToSpeech.class - [JAR]
xyz.cssxsh.mirai.tts.command
├─ xyz.cssxsh.mirai.tts.command.TextToSpeechCommand.class - [JAR]
├─ xyz.cssxsh.mirai.tts.command.VitsCommand.class - [JAR]
xyz.cssxsh.mirai.tts
├─ xyz.cssxsh.mirai.tts.MiraiTextToSpeech.class - [JAR]
├─ xyz.cssxsh.mirai.tts.MiraiTextToSpeechPlugin.class - [JAR]
├─ xyz.cssxsh.mirai.tts.MiraiTextToSpeechUtilsKt.class - [JAR]
├─ xyz.cssxsh.mirai.tts.MiraiVits.class - [JAR]
xyz.cssxsh.mirai.tts.data
├─ xyz.cssxsh.mirai.tts.data.TextToSpeechConfig.class - [JAR]
├─ xyz.cssxsh.mirai.tts.data.TextToSpeechToken.class - [JAR]
├─ xyz.cssxsh.mirai.tts.data.VitsConfig.class - [JAR]
xyz.cssxsh.mirai.vits
├─ xyz.cssxsh.mirai.vits.MoeGoe.class - [JAR]