-
## What is the current behavior?
In the code snippet:
```python
from deepgram import PrerecordedOptions
# It's working
print('Case 1')
options = PrerecordedOptions()
options.custom_topic = '.…
Viamo updated
2 months ago
-
## What is the current behavior?
When you install deepgram-sdk in python, there are two packages created. One importable with `from deepgram import ...` and one with `from tests import ...`
`deepg…
-
I tried to use this on both Windows and WSL2, but for some reason I am unable to get the code to transcribe the audio.
I follow the steps to get everything setup, move my raw audio files (I have tr…
-
Este é um limite do bot ou do deepgram? Entrei na conta do deepgram e não encontrei essa informação. Se for o caso, como contornar essa limitação? Obrigado!
erro_limite: "[❗] Houve um erro na tran…
-
## What is the current behavior?
Now when getting a response from the Python SDK, the captions converter will not work. The response type that comes back from the SDK is a PrerecordedResponse type.…
-
## Goal
Reduce the amount of audio being transcribed that does not contain speech in the friend apps.
## Approach
Use a Voice Activity Detector (VAD) in the apps to decide what to transcribe.…
-
I replaced the `CartesiaTTSService` with `ElevenLabsTTSService` in the https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/01-say-one-thing.py example, but that doesnt work anymore w…
-
## What is the current behavior?
In the file [`main.py`](https://github.com/deepgram/deepgram-python-sdk/blob/main/examples/manage/usage/main.py), the variable `reqResp` is never used because the out…
Viamo updated
2 months ago
-
**Describe the bug:**
when trying to run:
https://github.com/googleads/google-ads-python/blob/main/examples/remarketing/upload_offline_conversion.py
```
NameError: name 'googleads_client' is not d…
-
### Describe the feature
Love this project and the fact it is written in rust and has a slick interface.
Not sure if this is a direction you wish to see this project develop, but I think system-wide…