Merge pull request #4443 from Anrahya/fix-gemini-tts-voice-names

fix: correct Gemini TTS voice names
This commit is contained in:
Mark Backman
2026-05-07 19:41:30 -04:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

1
changelog/4443.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed two misspelled Gemini TTS voice names in `GeminiTTSService.AVAILABLE_VOICES`.

View File

@@ -1218,7 +1218,7 @@ class GeminiTTSService(GoogleBaseTTSService):
"Alnilam", "Alnilam",
"Aoede", "Aoede",
"Autonoe", "Autonoe",
"Callirhoe", "Callirrhoe",
"Charon", "Charon",
"Despina", "Despina",
"Enceladus", "Enceladus",
@@ -1236,7 +1236,7 @@ class GeminiTTSService(GoogleBaseTTSService):
"Sadachbia", "Sadachbia",
"Sadaltager", "Sadaltager",
"Schedar", "Schedar",
"Sulafar", "Sulafat",
"Umbriel", "Umbriel",
"Vindemiatrix", "Vindemiatrix",
"Zephyr", "Zephyr",