GiviMAD / whisper-jni

A JNI wrapper for using whisper.cpp, allows to transcribe speech to text in Java.
Apache License 2.0
81 stars 12 forks source link

I dont know how to get audio files sample #21

Closed jefaokpta closed 4 months ago

jefaokpta commented 4 months ago

can you share code of function readJFKFileSamples?

GiviMAD commented 4 months ago

Hello, You can find the 'readJFKFileSamples' method at the tests, but it's only ready for 16000hz 16bit mono wav files.