services(xtts): default language to Language.EN

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-06 10:45:20 -08:00
parent 3cb7829624
commit 423d6485f8
3 changed files with 3 additions and 2 deletions

View File

@@ -73,9 +73,9 @@ class XTTSService(TTSService):
self,
*,
voice_id: str,
language: Language,
base_url: str,
aiohttp_session: aiohttp.ClientSession,
language: Language = Language.EN,
sample_rate: int = 24000,
**kwargs,
):