issues
search
deepgram
/
deepgram-python-sdk
Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
245
stars
63
forks
source link
Improved Websocket support for Latency
#341
Open
jpvajda
opened
8 months ago
jpvajda
commented
8 months ago
Issue
Performing Latency calculations are a challenge.
Websocket reconnect so users don't need to redefine their events handlers in their code
Websocket native keep alive when it's been 10s or more since data/message
Acceptence Criteria
Send-queue for all messages on websocket, so connection drops don't kill transcription - include resend opening packet/headers
jpvajda
commented
8 months ago
@dvonthenen
Issue
Acceptence Criteria