jar

io.github.akang943578 : java-google-speech

Maven & Gradle

Jun 18, 2023

java-google-speech · A java package to translate text using Google Speech API for free.

Table Of Contents

Latest Version

Download io.github.akang943578 : java-google-speech JAR file - Latest Versions:

All Versions

Download io.github.akang943578 : java-google-speech 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-google-speech-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.dark.programs.speech.recognizer

├─ com.dark.programs.speech.recognizer.FlacEncoder.class - [JAR]

├─ com.dark.programs.speech.recognizer.GSpeechDuplex.class - [JAR]

├─ com.dark.programs.speech.recognizer.GSpeechResponseListener.class - [JAR]

├─ com.dark.programs.speech.recognizer.GoogleResponse.class - [JAR]

├─ com.dark.programs.speech.recognizer.Recognizer.class - [JAR]

├─ com.dark.programs.speech.recognizer.RecognizerChunked.class - [JAR]

com.dark.programs.speech.microphone

├─ com.dark.programs.speech.microphone.Microphone.class - [JAR]

├─ com.dark.programs.speech.microphone.MicrophoneAnalyzer.class - [JAR]

com.dark.programs.speech.synthesiser

├─ com.dark.programs.speech.synthesiser.BaseSynthsiser.class - [JAR]

├─ com.dark.programs.speech.synthesiser.Synthesiser.class - [JAR]

├─ com.dark.programs.speech.synthesiser.SynthesiserV2.class - [JAR]

com.dark.programs.speech.util

├─ com.dark.programs.speech.util.ChunkedOutputStream.class - [JAR]

├─ com.dark.programs.speech.util.Complex.class - [JAR]

├─ com.dark.programs.speech.util.FFT.class - [JAR]

├─ com.dark.programs.speech.util.StringUtil.class - [JAR]

com.dark.programs.speech.translator

├─ com.dark.programs.speech.translator.GoogleTranslate.class - [JAR]