
HuggingFace transformers Whisper transcriber. Resamples each AudioFrame to 16 kHz and decodes it via an ASR pipeline, emitting a String or timed [Subtitle] list. For production speed prefer transcribe_audio_faster_whisper.
Voice assistant with LLM generation.
Speech-gated transcription into HTTP output.
language empty lets the model auto-detect the spoken tongue; multilingual checkpoints honour any supported locale code, while English-only checkpoints ignore it.duration setting caps the internal chunk length in seconds; longer audio is chunked automatically, and very long inputs can exhaust GPU memory on large checkpoints.String; the subtitle arm returns per-chunk start/end times. Empty input returns the empty result for the selected arm without running the model.device are fixed at startup, while language is re-read on every call so it can be changed without a restart.Automated release