-
## What is the current behavior?
https://developers.deepgram.com/sdks-tools/sdks/node-sdk/keys/#list-project-keys-example-request
These docs suggest this output when I list API keys for a projec…
-
## What is the current behavior?
A `ValueError: I/O operation on closed file` is raised when calling `dg_client.transcription.prerecorded` and the following conditions satisfy
* The passed buffe…
-
Design TBD
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201885737791795/1202100287018109) by [Unito](https://www.unito.io)
-
## What is the current behavior?
The websocket connection is being closed using the standard .close() method and passing a close code to Deepgram. This will result in the termination of the connect…
-
## What is the current behavior?
there should be alternatives in the result type
## Steps to reproduce
enable alternatives and try to consume them.
## Expected behavior
The result shoul…
wodka updated
2 years ago
-
## What is the current behavior?
Whenever a callback is set in pre-recorded transcription function after completion of transcription of audio a request is sent to the callback. The callback is called…
-
## What is the current behavior?
When we instantiate the deep gram object in nodejs by following the documentation, we get error like this :
\node_modules\@deepgram\sdk\dist\index.js:23
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
My service keeps on failing during the build step. It was working a few days ago, but i…
-
Deepgram is not sending a START-OF-INPUT event after the IN-PROGRESS event so FreeSWITCH times out after 5 seconds (the time difference below is greater than 5 seconds, since it begins waiting for the…
-
> What's happening that seems wrong?
Pass keywords parameter as a list of strings.
```
response = await dg_client.transcription.prerecorded(
source,
{
…