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

@@ -38,6 +38,8 @@ async def on_audio_data(processor, audio, sample_rate, num_channels):
### Changed
- `XTTSService` language now defaults to `Language.EN`.
- `SoundfileMixer` doesn't resample input files anymore to avoid startup
delays. The sample rate of the provided sound files now need to match the
sample rate of the output transport.