futokb/native/jni/org_futo_voiceinput_WhisperGGML.h

15 lines
301 B
C
Raw Normal View History

2023-11-25 07:13:50 +00:00
//
// Created by hp on 11/22/23.
//
#ifndef LATINIME_ORG_FUTO_VOICEINPUT_WHISPERGGML_H
#define LATINIME_ORG_FUTO_VOICEINPUT_WHISPERGGML_H
#include "jni.h"
namespace voiceinput {
int register_WhisperGGML(JNIEnv *env);
} // namespace latinime
#endif //LATINIME_ORG_FUTO_VOICEINPUT_WHISPERGGML_H