From 6c428c303bda85b75c2bb53977f3323033c73697 Mon Sep 17 00:00:00 2001 From: vipyne Date: Fri, 2 May 2025 10:27:50 -0500 Subject: [PATCH] update magpie voice --- src/pipecat/services/riva/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/riva/tts.py b/src/pipecat/services/riva/tts.py index bfa732678..5ab0a0eaa 100644 --- a/src/pipecat/services/riva/tts.py +++ b/src/pipecat/services/riva/tts.py @@ -44,7 +44,7 @@ class RivaTTSService(TTSService): *, api_key: str = None, server: str = "grpc.nvcf.nvidia.com:443", - voice_id: str = "Magpie-Multilingual.EN-US.Male.Male-1", + voice_id: str = "Magpie-Multilingual.EN-US.Ray", sample_rate: Optional[int] = None, function_id: str = "877104f7-e885-42b9-8de8-f6e4c6303969", model_name: str = "magpie-tts-multilingual",