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

To finish setup, run `dotnet husky install`

To finish setup: 1. Install precommit (https://pre-commit.com/). Run `pip install pre-commit` (For macOS, brew install pre-commit) 2. Run `pre-commit install --hook-type commit-msg`

## What is the current behavior? `NullReferenceException` ## Steps to reproduce ```c# var live = new LiveClient(); var _ = live.IsConnected(); // This throws because _clientWebSocket can be null ```...

## Proposed changes The unit tests should call and exercise against the Mock responses generated by the DG endpoint and be updated regularly. This is implemented in Go. You can...

## Proposed changes The daily build should call and exercise against the real API endpoint. This is implemented in Go. You can use this as a reference: https://github.com/deepgram/deepgram-go-sdk/pull/208 ## Context...

## Proposed changes Language Specific (Go) static should adhere to known standards. Look into: - TODO ## Context ## Possible Implementation ## Other information

## Proposed changes Shellscript Linting should adhere to known standards. Look into: - github.com/koalaman/shellcheck This is already implemented in Go and needs to be ported over: https://github.com/deepgram/deepgram-go-sdk/pull/208 ## Context ##...

## Proposed changes Yaml and GitHub Actions Yaml should adhere to known standards. Look into: - cytopia/yamllint - github.com/rhysd/actionlint/ This is already implemented in Go and needs to be ported...

## Proposed changes Markdown should adhere to known standards. Look into: ghcr.io/igorshubovych/markdownlint-cli This is already implemented in Go and needs to be ported over: https://github.com/deepgram/deepgram-go-sdk/pull/208 ## Context ## Possible Implementation...

## Proposed changes It has come to our attention that we need certain bootstrapping guides to: - provide recommendations on supported configurations and environments (we cant support them all) -...