I want to stream audio into it but only trigger and end of turn when I say so, not when the model says so.
Can it be done?
I want to stream audio into it but only trigger and end of turn when I say so, not when the model says so.
Can it be done?
Hi @bobber Apologies for late response
Yes, absolutely You can use Gemini 2.0 Flash Live API for manual control over turn detection.
You need to disable VAD first. Check this out Live API | Gemini API | Google AI for Developers
Thank you