whisper_ggml library

Classes

TranscribeRequest
Transcription request parameters
Whisper
Entry point
WhisperAudioConvert
Class used to convert any audio file to wav
WhisperController
WhisperLiveSession
A running live transcription session.
WhisperTranscribeResponse
Response model of whisper getVersion
WhisperTranscribeSegment
Transcribe segment model
WhisperVersionResponse
Response model of whisper getVersion

Enums

WhisperModel
Available whisper models

Extensions

TranscribeRequestPatterns on TranscribeRequest
Adds pattern-matching-related methods to TranscribeRequest.
WhisperTranscribeResponsePatterns on WhisperTranscribeResponse
Adds pattern-matching-related methods to WhisperTranscribeResponse.
WhisperTranscribeSegmentPatterns on WhisperTranscribeSegment
Adds pattern-matching-related methods to WhisperTranscribeSegment.
WhisperVersionResponsePatterns on WhisperVersionResponse
Adds pattern-matching-related methods to WhisperVersionResponse.

Typedefs

WReqNative = Pointer<Utf8> Function(Pointer<Utf8> body)
Native request type