Merge pull request #1709 from pipecat-ai/vp-fix-fastpitch-params-update

Riva TTS: update FastPitch params
This commit is contained in:
Vanessa Pyne
2025-05-01 21:23:10 -05:00
committed by GitHub

View File

@@ -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: