mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
15 lines
301 B
C++
15 lines
301 B
C++
//
|
|
// 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
|