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 edge-tts-java-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.kevinzhwl.edgetts.util
├─ io.github.kevinzhwl.edgetts.util.CommunicateUtil.class - [JAR]
├─ io.github.kevinzhwl.edgetts.util.TTSWssClient.class - [JAR]
├─ io.github.kevinzhwl.edgetts.util.VoiceManager.class - [JAR]
io.github.kevinzhwl.edgetts.api.impl
├─ io.github.kevinzhwl.edgetts.api.impl.EdgeTTSServiceImpl.class - [JAR]
io.github.kevinzhwl.edgetts.api
├─ io.github.kevinzhwl.edgetts.api.EdgeTTSService.class - [JAR]
io.github.kevinzhwl.edgetts.constant
├─ io.github.kevinzhwl.edgetts.constant.EdgeApiUrlConstants.class - [JAR]
├─ io.github.kevinzhwl.edgetts.constant.EdgeConstants.class - [JAR]
io.github.kevinzhwl.edgetts.bean
├─ io.github.kevinzhwl.edgetts.bean.CommunicateRequest.class - [JAR]
├─ io.github.kevinzhwl.edgetts.bean.VoiceItem.class - [JAR]
io.github.kevinzhwl.edgetts.error
├─ io.github.kevinzhwl.edgetts.error.EdgeErrorException.class - [JAR]