deepgram-dotnet-voice-agent

Installation
SKILL.md

Using Deepgram Voice Agent (.NET SDK)

Full-duplex voice agent sessions over a single WebSocket.

Use a different skill when:

  • One-way transcription → deepgram-dotnet-speech-to-text or deepgram-dotnet-conversational-stt.
  • One-way synthesis → deepgram-dotnet-text-to-speech.
  • Admin APIs → deepgram-dotnet-management-api.

Authentication

dotnet add package Deepgram
dotnet add package Deepgram.Microphone   # only if you need local mic capture
using Deepgram;
Installs
1
GitHub Stars
53
First Seen
5 days ago
deepgram-dotnet-voice-agent — deepgram/deepgram-dotnet-sdk