Skip to content
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

Agent Voice Playback Bug ( speach over speach ) #693

Open
AbdurrehmanSubhani opened this issue Nov 27, 2024 · 1 comment
Open

Agent Voice Playback Bug ( speach over speach ) #693

AbdurrehmanSubhani opened this issue Nov 27, 2024 · 1 comment
Assignees

Comments

@AbdurrehmanSubhani
Copy link
Contributor

agent doesn’t wait for speech completion before pumping more speech or continuing to listen. I think we shove it to discord voice api and never actually wait for the playback. Either use the apis to check playback done (might need a server message dance in the discord bot) before continuing to listen, or if that is not possible we can measure the sample time (while we encode) and just wait that time, though that would be less accurate

@AbdurrehmanSubhani AbdurrehmanSubhani self-assigned this Nov 27, 2024
@AbdurrehmanSubhani
Copy link
Contributor Author

Queued speech completion for the agent in this PR:
#684

Interrupted by incoming user's speech in this PR:
#685

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant