services(playht): voice engine is Play3.0-mini

This commit is contained in:
Aleix Conchillo Flaqué
2024-11-13 17:00:37 +01:00
parent c1fff00586
commit 2d2ef5a417

View File

@@ -95,7 +95,7 @@ class PlayHTTTSService(TTSService):
api_key: str,
user_id: str,
voice_url: str,
voice_engine: str = "PlayHT3.0-mini",
voice_engine: str = "Play3.0-mini",
sample_rate: int = 24000,
output_format: str = "wav",
params: InputParams = InputParams(),
@@ -310,7 +310,7 @@ class PlayHTHttpTTSService(TTSService):
api_key: str,
user_id: str,
voice_url: str,
voice_engine: str = "PlayHT3.0-mini",
voice_engine: str = "Play3.0-mini",
sample_rate: int = 24000,
params: InputParams = InputParams(),
**kwargs,