deepgram-rust-conversational-stt
Installation
SKILL.md
Using Deepgram Conversational STT (Rust SDK)
Use this skill for Deepgram Flux, the crate's supported turn-based conversational streaming path.
When to use this product
- Building turn-based STT for voice-agent pipelines.
- Handling
TurnEvent::{StartOfTurn, EndOfTurn, EagerEndOfTurn, TurnResumed, Update}. - Tuning end-of-turn behavior with
eot_threshold,eager_eot_threshold, andeot_timeout_ms.
Authentication
Flux is under the listen feature.