ILHAM ASGARLI

Results 8 comments of ILHAM ASGARLI

I was able to solve all the issues and ended up writing a [blog post](https://medium.com/@ilham-asgarli/flutter-firebase-ai-bidirectional-audio-streaming-using-the-gemini-live-api-f18980a446b5) about it on Medium. You can take a look there if you’re interested.

@willsmanley Our solution simply takes the audio stream, sends it to the AI backend, and waits for the response—so there shouldn’t be any major platform-specific changes for iOS. We handle...

I experienced the same issue on Android—it’s not traditional echo, but rather the fact that recording continues while the AI is responding, so the AI ends up hearing itself. To...

Thank you for the detailed explanation and for sharing your improvement. I’ll review your approach, test it on my end, and update both the code and the blog once I’ve...

If you mean switching from firebase_vertexai to firebase_ai, I’ve already made that change—both the code and the blog use firebase_ai. However, if you’re referring to using Google AI directly within...

I'm open to giving it a try. If you’d like to get in touch, my email is in my profile. We can connect on whichever platform works best for you.

By the way, [example codes](https://github.com/firebase/flutterfire/tree/main/packages/firebase_ai/firebase_ai/example) for firebase_ai have been updated. I don't know if the problem has been solved, but I'm planning to try it soon.

You're very welcome @chrisn-au. I'm glad it helped in some way, and great to hear you got it working with Riverpod.