Set Google TTS default language to en-US

This commit is contained in:
Mark Backman
2024-09-30 15:16:46 -04:00
parent 46ac76701e
commit ed49cebf2c

View File

@@ -153,7 +153,7 @@ class GoogleTTSService(TTSService):
rate: Optional[str] = None
volume: Optional[str] = None
emphasis: Optional[Literal["strong", "moderate", "reduced", "none"]] = None
language: Optional[str] = None
language: Optional[str] = "en-US"
gender: Optional[Literal["male", "female", "neutral"]] = None
google_style: Optional[Literal["apologetic", "calm", "empathetic", "firm", "lively"]] = None