deepgram-dotnet-sdk
deepgram-dotnet-sdk copied to clipboard
.NET SDK for Deepgram's automated speech recognition APIs.
## Proposed changes ## Context ## Possible Implementation ## Other information https://developers.deepgram.com/reference/create-key
## Proposed changes Use something like Doxygen (which is like JDocs or NDocs). ## Context NA ## Possible Implementation NA ## Other information NA
## Issue * Specifically related to TTS implementing Chunking is a bit challenging for users. ## Acceptance Criteria * Chunking by having a native interface for different LLM responses *...
## Issue * Performing Latency calculations are a challenge. * Websocket reconnect so users don't need to redefine their events handlers in their code * Websocket native keep alive when...
## Issue Performing retries on failed Rest requests could be easier. A customer using the JS SDK is getting errors `ETIMEDOUT` and `ECONNRESET` , and they're wondering if those errors...
## Proposed changes Add Support for `no_delay` ## Context NA ## Possible Implementation NA ## Other information NA
## Proposed changes ## Context ## Possible Implementation ## Other information
## Proposed changes While the existing unit tests are good at ensuring the SDK adheres to predefined interfaces, they do nothing to ensure the SDK actually works. I was implementing...
## Proposed changes ## Context ## Possible Implementation ## Other information
## Proposed changes Create a process for handling both using the exact same tools: 1. Automatic linting for code both inside and external to VS 2. PR checks to block...