Skip to main content

Crate qwen3_asr

Crate qwen3_asr 

Source

Structs§

AsrInference
EncoderCache
Cached encoder state for incremental (streaming) encoding.
StreamingOptions
Options for streaming transcription.
StreamingState
Opaque streaming transcription state.
TranscribeOptions
Options controlling the transcription behaviour.
TranscribeResult

Enums§

AsrError

Functions§

best_device
Select the best available device: CUDA (if cuda feature) → Metal (if metal feature) → CPU.
load_audio_wav
Load audio from WAV file, convert to 16kHz mono f32 samples.

Type Aliases§

Result