-
This doesn't work, and I don't know why, any ideas?
```
var vapiInstance = null;
const apiKey = 'api key here';
const assistant = {
transcriber: {
provider: 'deepgram',
…
-
Current SDK supports English only.
Would be cool if say I want user to speak in Hindi -> Translate to English -> GPT -> Translate response to Hindi-> TTS
asadm updated
6 months ago
-
options: {
"actionHook": "/actions/hooks",
"input": [
"digits",
"speech"
],
"interDigitTimeout": 2,
"minDigits": 1,
"finishOnKey": "#"…
-
## Proposed changes
Needs an `on_open` and `on_close` callback.
## Context
NA
## Possible Implementation
NA
## Other information
NA
-
## What is the current behavior?
`StreamSource` (previously called `ReadStreamSource`) doesn't seem to work properly.
## Steps to reproduce
```
from deepgram import StreamSource
import io
…
-
## What is the current behavior?
> What's happening that seems wrong?
When doing `LiveClient.send` I get this stack trace:
(node:2656) UnhandledPromiseRejectionWarning: ReferenceError: Blob i…
-
## Proposed changes
Needs an `on_open` and `on_close` callback.
## Context
NA
## Possible Implementation
NA
## Other information
NA
-
## What is the current behavior?
- Upgraded from 3.1.4 to 3.1.5 and pyright fails
- `Cannot access member "v" for type "LiveClient". Member "v" is unknown. Pylance[reportAttributeAccessIssue]`
##…
noxan updated
8 months ago
-
## What is the current behavior?
This has some intersection with issue https://github.com/deepgram/deepgram-python-sdk/issues/311 because the type on the function inputs (especially for Manage and …
-
The CPU Usage on a single core in htop reaches 100% randomly in the middle of the call. After that, I can only hear filler phrases on the call although I can see the agent output being generated in th…