From 6e1f531f644fd95712175fa4b892a77cda267a4d Mon Sep 17 00:00:00 2001 From: vipyne Date: Thu, 1 May 2025 11:13:15 -0500 Subject: [PATCH] Riva TTS: update FastPitch params https://github.com/nvidia-riva/python-clients/commit/91138c3f66957a2c119e761294ac3e3e3423bb8e#diff-ece228577b1d233ce600a948243f90cece53e3a9b89554a0b27a48bc4d6e0fdfR45 --- src/pipecat/services/riva/tts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipecat/services/riva/tts.py b/src/pipecat/services/riva/tts.py index ac123de4f..0fd0c3ce0 100644 --- a/src/pipecat/services/riva/tts.py +++ b/src/pipecat/services/riva/tts.py @@ -79,8 +79,8 @@ class FastPitchTTSService(TTSService): self._voice_id, self._language_code, sample_rate_hz=self.sample_rate, - audio_prompt_file=None, - quality=self._quality, + zero_shot_audio_prompt_file=None, + zero_shot_quality=self._quality, custom_dictionary={}, ) for r in responses: