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

Offer manual controls to signal end of turn #1026

Open
davidzhao opened this issue Nov 2, 2024 · 1 comment
Open

Offer manual controls to signal end of turn #1026

davidzhao opened this issue Nov 2, 2024 · 1 comment

Comments

@davidzhao
Copy link
Member

For some applications, users may want to explicitly indicate start and end of the user's turn, instead of having it to be a natural conversation.

In this case, the flow might look like this:

  • to signal start of user's turn: unmute microphone
  • to signal end of user's turn: mute microphone

on the agent side, we would want an option like:

  • end_of_turn="manual"
  • agent.start_user_turn() and agent_end_user_turn()

while the user's turn is active, the mic's input will be fed into the agent's input. We would want this capability to work the same way between VoicePipelineAgent and MultimodelAgent

@scharalambous3
Copy link

This will be super useful for me too!

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

2 participants