Skip to content

feat(ai): add language code support for SpeechConfig#18353

Merged
Lyokone merged 1 commit into
mainfrom
fix/17459
Jun 8, 2026
Merged

feat(ai): add language code support for SpeechConfig#18353
Lyokone merged 1 commit into
mainfrom
fix/17459

Conversation

@Lyokone

@Lyokone Lyokone commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Description

Adds languageCode support to SpeechConfig for Firebase AI Live API sessions.

The Gemini Live API supports configuring speech synthesis language through speech_config.language_code for non-native-audio models. FlutterFire previously exposed voiceName but not the matching language code option, so users could not reproduce the same language behavior they get from Vertex AI.

This change:

  • adds an optional languageCode parameter to SpeechConfig
  • serializes it as language_code in the Live API request payload
  • adds a unit test covering voice + language and language-only configurations

Reference: https://docs.cloud.google.com/vertex-ai/generative-ai/docs/live-api/configure-language-voice

Related Issues

Checklist

  • I added a regression test for the changed behavior.
  • I updated public API documentation comments.
  • I ran the focused test suite.
  • I ran the analyzer.
  • This is not a breaking change.

@gemini-code-assist

Copy link
Copy Markdown
Contributor
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

@Lyokone
Lyokone merged commit 3471afc into main Jun 8, 2026
37 of 40 checks passed
@Lyokone
Lyokone deleted the fix/17459 branch June 8, 2026 14:47
@firebase firebase locked and limited conversation to collaborators Jul 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[firebase_ai]: No support for language_code in Gemini Live API

3 participants