deepgram / deepgram-go-sdk

Go SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
34 stars 29 forks source link

Add keep-alive capabilities to Go SDK #100

Closed dvonthenen closed 1 year ago

dvonthenen commented 1 year ago

Proposed changes

Please docs: https://developers.deepgram.com/reference/streaming#stream-keepalive

Examples: python: see this code .NET - see this code

Context

NA

Possible Implementation

NA

Other information

NA

dvonthenen commented 1 year ago

Implemented in this PR https://github.com/deepgram-devs/deepgram-go-sdk/pull/88. Merged. Closing.