Merge pull request #797 from pipecat-ai/aleix/xtts-default-language

services(xtts): default language to Language.EN
This commit is contained in:
Aleix Conchillo Flaqué
2024-12-06 11:00:53 -08:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ async def main():
tts = XTTSService(
aiohttp_session=session,
voice_id="Claribel Dervla",
language="en",
base_url="http://localhost:8000",
)