Skip to main content

Crate text_whisper_cpp

Crate text_whisper_cpp 

Source
Expand description

Native whisper.cpp transcription bindings and model management.

Structs§

ModelStore
Data type for model store.
WhisperCppCatalog
Data type for whisper cpp catalog.
WhisperCppConfig
Data type for whisper cpp config.
WhisperCppModelStatus
Data type for whisper cpp model status.
WhisperCppProgressEvent
Data type for whisper cpp progress event.
WhisperCppSegment
Data type for whisper cpp segment.
WhisperCppTranscriber
Data type for whisper cpp transcriber.
WhisperCppTranscription
Data type for whisper cpp transcription.

Enums§

WhisperCppError
Variants describing whisper cpp error.
WhisperCppModel
Variants describing whisper cpp model.
WhisperCppPhase
Variants describing whisper cpp phase.

Functions§

transcription_catalog
Returns transcription catalog.
whisper_cpp_system_info
Returns whisper cpp system info.

Type Aliases§

Result
Type alias for result.