Using Deepgram SDK - is it possible?

Hi,

I’m trying to install the Deepgram SDK (here) via NPM so that I can use this to live-transcribe audio. I’m capturing audio via RecordRTC (also installed via NPM), triggered with some JS on button press and it’s working great. However, I’m having trouble getting Deepgram setup and I’m wondering if it’s even compatible or if I’m missing something?

Anyone have any initial advice?

Thanks!

Same question, is it possible to connect it with the Whisper API?

@EnigmaXXIII Can you provide some examples of how you did it so far? Are you saving the audio somehow?

Currently just saving the audio as a Blob, but with RecordRTC I have access to the stream - just not been able to get Deepgram websockets working.