-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User's audio is not received in Pipecat [finalize failed] #1054
Comments
I believe the error arises from here, since the deepgram docs specify that the return value is not guaranteed |
Was subsequent audio transcribed by Deepgram after the |
@markbackman The issue once arises, remains for a few seconds (sometimes minutes too). Although it fixes itself after that. |
From @Atharv24 in the Pipecat Discord:
This is a good idea, but it would be difficult to test, since we can't reliably reproduce a 'finalize failed' from Deepgram. (Maybe we can hack the client to test it?) |
Sometimes, the user keeps speaking, and the bot behaves as if user is on mute. Did some digging around with trace logs, and can see the finalize call fails just after the UserStoppedSpeakingFrame. Therefore, LLM does not receive the Final transcription frame, and no response is generated from the LLM.
The text was updated successfully, but these errors were encountered: