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

## Proposed changes Keep the Agent API up to date for release to GA. Speaker: https://github.com/deepgram/deepgram-dotnet-sdk/issues/348 Starter App: https://github.com/deepgram/deepgram-dotnet-sdk/issues/353 ## Context ## Possible Implementation ## Other information

enhancement
high priority

## Proposed changes There is a provided Microphone class that was provided in the first release of `v4` of this SDK for people to do STT locally on their laptop:...

help wanted
high priority

## What is the current behavior? Just switched from C# client 4.3.6 to 6.6.0 and I'm seeing an exception get logged from ProcessKeepAlive: > ProcessKeepAlive: System.NullReferenceException thrown Object reference not...

## Proposed changes Enterprise customer request: Move away from Serilog and use the Microsoft-provided abstraction layer. ## Context Deepgram uses a Logger class throughout the .NET SDK. Unfortunately the Logger...

I received an email from Deepgram with the following info: ``` We've made meaningful improvements to our intelligence features over the last few years, and we will now be standardizing...

## What is the current behavior? Calling `DeleteKey` using the `ManageClient` takes an excessive amount of time (8+ seconds) to return when the specified key has already been deleted. We...

enhancement