-
Hi, thank you for this nice tool.
I was using Azure TTS and set some custom config but getting error from the lib packages. I was curious how to tackle with this issue?
my current code snippet:
…
-
# Description
It is a bug. At some point of a call following is happening:
- DailyInputTransport._audio_in_task_handler is working as expected
- `InputAudioRawFrame` is pushed from DailyInputT…
-
## What is the current behavior?
I am trying to implement error handling in our code that invokes the python SDK function deepgram.listen.rest.v("1").transcribe_url_callback(). I am getting a Deepg…
-
When I try to train the semantic transformer with accelerate (`accelerate launch train_semantic.py`, where train_semantic.py is lifted directly from the readme), I get
> Traceback (most recent cal…
-
### Brief Description
I have been using Vocodedev for various voice synthesis tasks and have found it to be an excellent tool. However, I noticed that in the "Synthesizers (Voice)" section of the doc…
-
Would it be possible to add something like:
`@assistant.on("function_calls_started")`
We currently have `@assistant.on("function_calls_finished")`... But some of the functions which I'm calling ta…
-
Hi,
Thank you for your contribution to the voice-based conversational engine. I'm encountering an issue while reimplementing your code. Specifically, the bot is designed to operate in a streaming mod…
-
Using recursed_filetype fails to parse recursive paths (full error below).
This seems fixable by adding
```python
"recursed_filetype": str,
"pattern": str
```
to https://github.com/thiswil…
-
I am using the storybot example. And I found out that sometimes the recording of the microphone stops, because it got some audio. But the trancription is never created, and so the whole proces stops.
…
-
## What is the current behavior?
Deepgram API does not return data upon disconnecting and reconnecting Websocket.
Disconnect definition
```js
const disconnectFromDeepgram = () => {
if (…