# `Feline.Services.Deepgram.STT`
[🔗](https://github.com/dimamik/feline/blob/main/lib/feline/services/deepgram/stt.ex#L1)

Deepgram speech-to-text service. Streams audio to Deepgram's WebSocket
API and produces TranscriptionFrame results.

This is a simplified implementation that buffers audio and sends it
in chunks via REST for initial validation. A full implementation would
use Deepgram's streaming WebSocket API.

# `child_spec`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
