deepgram / deepgram-python-sdk

Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
178 stars 48 forks source link

Examples to Demonstrate KeepAlive and Failure for Not Using It #348

Closed dvonthenen closed 3 months ago

dvonthenen commented 3 months ago

Proposed changes

Just like the title says... here are some common examples regarding keepalive that people are always saying "I cant get keepalive working". this shows examples for keepalive working for 10mins and also shows the disconnect happening after ~12 seconds when not using keepalives

Types of changes

What types of changes does your code introduce to the community Python SDK? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

NA