deepgram-go-speech-to-text
Installation
SKILL.md
Using Deepgram Speech-to-Text from the Go SDK
When to use this product
Use this skill for pkg/client/listen work:
- prerecorded transcription with
FromURL,FromFile, orFromStream - live transcription with
pkg/client/listen/v1/websocket - channel-based or callback-based streaming flows
Use a different skill when:
- you need TTS output (
deepgram-go-text-to-speech) - you need text analysis on plain text (
deepgram-go-text-intelligence) - you need analytics overlays like summaries, topics, or sentiments (
deepgram-go-audio-intelligence) - you need Flux / conversational STT v2 (
deepgram-go-conversational-stt)