Skip to content
Snippets Groups Projects
org_futo_voiceinput_WhisperGGML.h 301 B
//
// 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