flutterfire
flutterfire copied to clipboard
🚀 [firebase_ai] Support Live API Voice Interrupts
Requesting support for user voice interrupts when using the Gemini Live API. Currently, the model keeps talking (often for 10+ seconds) about an old topic even when the user speaks over it (interrupting it).
Relevant documentation section: https://firebase.google.com/docs/ai-logic/live-api?api=dev#handle-interruptions
Looks like the Python library already supports this. Does this mean only client SDK changes are neccesary?
Seeing that its not yet supported on the other instances of the Firebase SDK as far as I know its unlikely we will support it here until they do on the native modules. will be happy to implement this when that happens although 😄