Uses of Class
io.github.givimad.whisperjni.WhisperState
Packages that use WhisperState
-
Uses of WhisperState in io.github.givimad.whisperjni
Methods in io.github.givimad.whisperjni that return WhisperStateModifier and TypeMethodDescriptionWhisperJNI.initState(WhisperContext context) Creates a new whisper.cpp state for the provided context.Methods in io.github.givimad.whisperjni with parameters of type WhisperStateModifier and TypeMethodDescriptionvoidWhisperJNI.free(WhisperState state) Release state memory in native implementation.WhisperJNI.fullGetSegmentTextFromState(WhisperState state, int index) Gets text segment by index.longWhisperJNI.fullGetSegmentTimestamp0FromState(WhisperState state, int index) Gets start timestamp of text segment by index.longWhisperJNI.fullGetSegmentTimestamp1FromState(WhisperState state, int index) Gets end timestamp of text segment by index.intWhisperJNI.fullNSegmentsFromState(WhisperState state) Gets the available number of text segments.intWhisperJNI.fullWithState(WhisperContext context, WhisperState state, WhisperFullParams params, float[] samples, int numSamples) Run whisper.cpp full audio transcription.