deepgram-python-sdk
deepgram-python-sdk copied to clipboard
Official Python SDK for Deepgram's automated speech recognition APIs.
## Proposed changes Language Specific (Go) static should adhere to known standards. Look into: - TODO ## Context ## Possible Implementation ## Other information
## Proposed changes This PR implements the Models API. ## Types of changes What types of changes does your code introduce to the community Python SDK? _Put an `x` in...
## Proposed changes Reintroduce TTS WS ## Types of changes What types of changes does your code introduce to the community Python SDK? _Put an `x` in the boxes that...
## Proposed changes ## Context ## Possible Implementation ## Other information
## What is the current behavior? I am trying to run the live streaming examples for async_http and async_microphone. It only prints 'Could not open socket:' and exits. I have...
## Proposed changes We want to be able to know which log trace statements correspond to a given `request_id`. Since we don't get the `request_id` until the end, create a...
## Proposed changes Addresses: https://github.com/deepgram/deepgram-python-sdk/issues/466 Verified working modifying an example: `examples/speech-to-text/rest/url` Options: ``` options: PrerecordedOptions = PrerecordedOptions( model="nova-2", smart_format=True, paragraphs=True, ) ``` Result: ``` response: { "metadata": { "transaction_key": "deprecated",...
## What is the current behavior? ## Steps to reproduce ## Expected behavior ## Please tell us about your environment ## Other information
# Bug Report: Deepgram WebSocket Connection Issue ## Current Behavior When running the script `stt-dg.py`, the following output is observed: ``` python stt-dg.py WebSocket server started on ws://localhost:8765 New client...
## What is the current behavior? When you call the finish function on AsyncListenWebSocketClient I get an error which says "tasks cancelled error:" ## Steps to reproduce Start transcribing then...