deepgram / deepgram-go-sdk

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

Refactor WS Clients to Extend Base/Parent Struct #242

Open dvonthenen opened 2 months ago

dvonthenen commented 2 months ago

Proposed changes

Hold Until First Release of TTS WS

Refactor similar code for WS Clients (Live Transcription and Speak) to pull out similar code into abstract base class.

Context

Possible Implementation

Other information