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

Go SDK for Deepgram's automated speech recognition APIs.

Results 11 deepgram-go-sdk issues
Sort by recently updated
recently updated
newest added

## What is the current behavior? The reconnect seems to never reconnect when the connection drops. It seems as though maybe the (cancel) context is no longer valid even after...

## Proposed changes Add a Makefile and/or github workflow to auto-update the in-code `sdkVersion` so that it matches the version tags. ## Context Go modules use git tags to manage...

enhancement

## Proposed changes This depends on this PR which puts down the foundation: https://github.com/deepgram/deepgram-go-sdk/issues/214 This PR is asking to build out the rest of the tests. ## Context NA ##...

improvement

## Proposed changes After the `v1` release, there are a number of artifacts in the rendering of GoDocs. Duplicate lines, some missing definitions, etc. ## Context Better docs make the...

documentation
enhancement
good first issue

## Proposed changes Add Playground/Console Documentation. This has been in progress for a couple of weeks, I'm just not super familiar with ELM (the language used for the backend) so...

improvement

## Proposed changes Repurpose this example into something more meaningful: https://github.com/deepgram/deepgram-go-sdk/tree/main/examples/streaming/test Like a Live Client Response Validator+JSON Viewer. Idea: - Compare the JSON returned by the DG endpoint to that...

## 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. ## Acceptance Criteria * For Rest Requests make it easy to implement retries.

enhancement

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

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