From 2d2ef5a417a4258b93e4f21c31ec1f0f6626d566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 13 Nov 2024 17:00:37 +0100 Subject: [PATCH] services(playht): voice engine is Play3.0-mini --- src/pipecat/services/playht.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipecat/services/playht.py b/src/pipecat/services/playht.py index e9a17f10b..8af47a0ee 100644 --- a/src/pipecat/services/playht.py +++ b/src/pipecat/services/playht.py @@ -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,