jar

io.github.iifly : java-tts

Maven & Gradle

Apr 07, 2023
42 stars

Java TTS · Java Text-To-Speech

Table Of Contents

Latest Version

Download io.github.iifly : java-tts JAR file - Latest Versions:

All Versions

Download io.github.iifly : java-tts JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window java-tts-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.iifly.util

├─ io.iifly.util.Tools.class - [JAR]

io.iifly.service

├─ io.iifly.service.TTSService.class - [JAR]

io.iifly.constant

├─ io.iifly.constant.OutputFormat.class - [JAR]

├─ io.iifly.constant.TtsConstants.class - [JAR]

├─ io.iifly.constant.TtsStyleEnum.class - [JAR]

├─ io.iifly.constant.VoiceEnum.class - [JAR]

io.iifly

├─ io.iifly.App.class - [JAR]

io.iifly.exceptions

├─ io.iifly.exceptions.TtsException.class - [JAR]

io.iifly.model

├─ io.iifly.model.SSML.class - [JAR]

├─ io.iifly.model.SpeechConfig.class - [JAR]

io.iifly.player

├─ io.iifly.player.Mp3Player.class - [JAR]

├─ io.iifly.player.MyPlayer.class - [JAR]

├─ io.iifly.player.PcmPlayer.class - [JAR]

Advertisement