deepgram-dotnet-sdk
deepgram-dotnet-sdk copied to clipboard
.NET SDK for Deepgram's automated speech recognition APIs.
## 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...
## Proposed changes ## Context ## Possible Implementation ## Other information
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:...