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.