jar

io.github.givimad : whisper-jni

Maven & Gradle

Jul 14, 2023
84 stars

whisper-jni · A JNI wrapper for [whisper.cpp](https://github.com/ggerganov/whisper.cpp), allows to transcribe speech to text in Java

Table Of Contents

Latest Version

Download io.github.givimad : whisper-jni JAR file - Latest Versions:

All Versions

Download io.github.givimad : whisper-jni JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.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 whisper-jni-1.4.2-6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.givimad.whisperjni

├─ io.github.givimad.whisperjni.WhisperContext.class - [JAR]

├─ io.github.givimad.whisperjni.WhisperFullParams.class - [JAR]

├─ io.github.givimad.whisperjni.WhisperJNI.class - [JAR]

├─ io.github.givimad.whisperjni.WhisperSamplingStrategy.class - [JAR]

├─ io.github.givimad.whisperjni.WhisperState.class - [JAR]

io.github.givimad.whisperjni.internal

├─ io.github.givimad.whisperjni.internal.NativeUtils.class - [JAR]