deepgram/deepgram-go-sdk

Enhance Live/Streaming Struct to be More ObjectOriented

Closed this issue · 1 comments

Proposed changes

Currently, all of the data processing for the Live processing is done outside of the struct, meaning users are manipulating buffers and the websocket directly which can be a support nightmare.

Context

NA

Possible Implementation

Implement streaming interface (io.Closer)

Other information

NA

PR merged #88. Closing.