Uses of Interface
io.github.givimad.whisperjni.WhisperJNI.LibraryLogger
Packages that use WhisperJNI.LibraryLogger
-
Uses of WhisperJNI.LibraryLogger in io.github.givimad.whisperjni
Fields in io.github.givimad.whisperjni declared as WhisperJNI.LibraryLoggerModifier and TypeFieldDescriptionWhisperJNI.LoadOptions.loggerLogs the library registration process (platform detection and library extraction).Methods in io.github.givimad.whisperjni with parameters of type WhisperJNI.LibraryLoggerModifier and TypeMethodDescriptionstatic voidWhisperJNI.setLibraryLogger(WhisperJNI.LibraryLogger logger) Proxy whisper.cpp logger. -
Uses of WhisperJNI.LibraryLogger in io.github.givimad.whisperjni.internal
Methods in io.github.givimad.whisperjni.internal with parameters of type WhisperJNI.LibraryLoggerModifier and TypeMethodDescriptionstatic voidLibraryUtils.extractLibraryFromJar(String path, String filename, WhisperJNI.LibraryLogger logger) Loads library from current JAR archive The file from JAR is copied into system temporary directory and then loaded.