-
Notifications
You must be signed in to change notification settings - Fork 152
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
"response.audio_transcript.done" server event arrives too late #25
Comments
I am working on esp32 and noticed that sporadically these events are not even sent. Have you noticed something like that? |
I also observed that sometimes the delay is not in secs but minutes for server events. |
Weird part is when I run real time api on a browser client, the latency for the events go away |
I've noticed some events are returned, but have type set to "null" or sometimes also error is returned. |
this has fixed it to some extent: Sean-Der/libpeer#1 |
Our use case is robot with voice replies and relevant actions. Voice replies are sent via audio channel and relevant robot actions are sent via data channel with "response.create" and "response.done". And "response.create" sends data from "response.audio_transcript.done" server event.
Actual results:
So, at the end, robots actions are executed after some delay after robot stops speaking, which looks unnatural and gives an impression that robot is stuck.
Expected results:
The text was updated successfully, but these errors were encountered: