deepgram-starters / nextjs-live-transcription

Live transcription in Next.js by Deepgram
https://nextjs-live-transcription.vercel.app
MIT License
141 stars 183 forks source link

Can't re-record in one session #17

Open btahir opened 3 months ago

btahir commented 3 months ago

Hi -

I'm building an app using the logic in this starter. I can initially transcribe just fine but if I retry (in my case toggle mic off and on), the connection has websocket errors or just won't transcribe even if connection is established.

Are there any examples of code where you can do this?

Thanks!

juzarantri commented 2 months ago

@btahir did you find any solution for this?

btahir commented 2 months ago

Nope - ended up switching to local browser transcription. I think other people have used standards like WebRTC to get around web socket issues (dailybots).