deepgram-rust-audio-intelligence
Installation
SKILL.md
Using Deepgram Audio Intelligence (Rust SDK)
Use this skill when the user wants transcript plus enrichment from audio, not a standalone text analysis request.
When to use this product
- Running summarization, topics, intents, sentiments, entity detection, paragraphs, search, diarization, or utterances against audio.
- Explaining that the Rust crate exposes these features through STT
Options, not a separateaudio_intelligencemodule.
Authentication
Audio intelligence rides on the listen feature because it is implemented through prerecorded transcription.
[dependencies]
deepgram = { version = "0.10.0", default-features = false, features = ["listen"] }
tokio = { version = "1", features = ["full"] }