deepgram / deepgram-js-sdk

Official JavaScript SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
145 stars 54 forks source link

Example for working with Twilio for streaming? #103

Closed cmaycumber closed 1 year ago

cmaycumber commented 1 year ago

Proposed changes

There's currently a python and a rust version it'd be nice if we could see a Node version.

Context

It would help me easily determine how to work with Twilio live transcriptions.

briancbarrow commented 1 year ago

@cmaycumber Thanks for opening this issue. We've added a task to our backlog to get an example working with Node and Twilio.

vinny-888 commented 1 year ago

I made a working example using Twillio and DeepGram with node here:

image

I get the first utterance but the connection to DeepGram drops right after the first utterance for some reason.

jpvajda commented 1 year ago

@cmaycumber does the example from @vinny-888 help you at all?