-
Notifications
You must be signed in to change notification settings - Fork 979
Live API v2 #9215
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
Live API v2 #9215
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
Adds
startAudioConversation
, a new helper function for creating real-time voice conversations with the model.The existing
LiveSession
API is low-level and requires a lot of boilerplate to manage microphone audio and playback. This helper handles all that complexity, making it much easier for developers to add voice features to their apps.Sample