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 32 deepgram-dotnet-sdk issues
Sort by recently updated
recently updated
newest added

## Summary by CodeRabbit - **New Features** - Introduced a new WebSocket project within the solution. - Added a new example for Text to Speech using WebSocket. - **Improvements** -...

## Proposed changes **Hold Until First Release of TTS WS** Refactor similar code to pull out similar code into abstract base class: - each REST client - for WS Clients...

## Proposed changes We want to be able to know which log trace statements correspond to a given `request_id`. Since we don't get the `request_id` until the end, create a...

help wanted
medium priority

## Proposed changes ## Context ## Possible Implementation ## Other information

help wanted
low priority

Users can set `max_active_requests` for for self-hosted deployments, (on-prem) as a configuration option in their TOML file. When this is limit is hit they get a ```WebSocketException with this message:...

enhancement
help wanted
low priority

In model Function [https://github.com/deepgram/deepgram-dotnet-sdk/blob/main/Deepgram/Models/Agent/v2/WebSocket/Function.cs](url) there is property Parameters. Based on current implementation could be passed only one item with name 'item' that is really weird and there is no ability...

## What is the current behavior? I can't import the SyncResponse class from any sub package without getting deprecation errors, it's no longer exportable from Deepgram.Models.Listen.v1.REST although that's what the...

I found a reference to the Polly.Extensions.Http package in your project, and this version is outdated since 2019, no longer supported by Polly, while the alternative version [Microsoft.Extensions.Http.Resilience](https://www.nuget.org/packages/Microsoft.Extensions.Http.Resilience/9.0.0) is recommended....

## What is the current behavior? There's no way to flush the audio buffer in the send channel. The Finalize command uses the Send Immendaty function, which could allow the...

## What is the current behavior? When calling `speakClient!.SpeakWithText(text);`, the WebSocket connection closes unexpectedly if the text contains quotation marks, such as `Did you mean "Male"?`. Reproducible with any special...

help wanted