#Deepgram emitting multiple Transcription frames with is_final=True in long conversations every 5 sec

1 messages · Page 1 of 1 (latest)

surreal adder
#

I am using Deepgram to transcribe the live call, consume the result, and feed it to LLM. I have set the interim results to false, but Deepgram sends multiple results with is_final=True, one every 5 seconds.

Is there any way to control/modify this behaviour? Instead of 5 seconds, can I configure it for 10 seconds?
Is there any way to identify that this is not the final transcript? Can I rely on speech_final parameter and aggregate the results till I don't receive speech_final param?

strange oliveBOT
#

Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently.
-# If you haven't done so, ensure your Discord and Github profiles are linked to Deepgram so you can earn points to redeem on cool stuff just by being active!

#

It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?

  • The programming language you are working in (e.g. JavaScript, Python).
  • The deepgram product you are using (e.g Speech to Text, Agent API)
  • A request ID that triggered your error or issue.
raw harnessBOT