deepgram-dotnet-sdk icon indicating copy to clipboard operation
deepgram-dotnet-sdk copied to clipboard

.NET SDK for Deepgram's automated speech recognition APIs.

Results 25 deepgram-dotnet-sdk issues
Sort by recently updated
recently updated
newest added

## 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

documentation
good first issue
help wanted

## 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 *...

enhancement

## 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...

enhancement

## 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...

enhancement

## 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

enhancement
good first issue

## 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...