From 1dfa59257dc69ee79bac62bfb47b96785c8f49d2 Mon Sep 17 00:00:00 2001 From: vipyne Date: Wed, 5 Nov 2025 18:30:05 -0600 Subject: [PATCH] fix default riva tts voice_id --- 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 1889c19dd..3554c5558 100644 --- a/src/pipecat/services/riva/tts.py +++ b/src/pipecat/services/riva/tts.py @@ -66,7 +66,7 @@ class RivaTTSService(TTSService): *, api_key: str, server: str = "grpc.nvcf.nvidia.com:443", - voice_id: str = "Magpie-Multilingual.EN-US.Ray", + voice_id: str = "Magpie-Multilingual.EN-US.Aria", sample_rate: Optional[int] = None, model_function_map: Mapping[str, str] = { "function_id": "877104f7-e885-42b9-8de8-f6e4c6303969",