-
Notifications
You must be signed in to change notification settings - Fork 723
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
create_response and cancel_response APIs for MultimodalAgent #1359
Conversation
|
just my 2c, but would be nice if this was using @bcherry's RPC feature via LiveKit, instead of a custom WebSocket ? |
The frontend in the example is just a simple button without a full livekit client. What is the simplest way to incorporate the RPC in a single web page or do we want to add a full client in the example. Or mention to use RPC for a real production in readme and comments? |
@lukasIO @davidzhao updated to use RPC with frontend example livekit-examples/voice-assistant-frontend#23 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@longcw since the frontend will take awhile, can we push the multimodal_agent changes in first, without the PTT example?
sounds good. how about we keep the example but just mention how should it work in readme without a link to the frontend. |
Created a push-to-talk example for the manual VAD of OAI realtime api.
A follow up of #1347