services(xtts): no need the WAV header

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-01 10:44:32 -07:00
parent 7f9fd9ffce
commit 5018a552c1

View File

@@ -65,7 +65,7 @@ class XTTSService(TTSService):
"language": self._language,
"speaker_embedding": embeddings["speaker_embedding"],
"gpt_cond_latent": embeddings["gpt_cond_latent"],
"add_wav_header": True,
"add_wav_header": False,
"stream_chunk_size": 20,
}