Merge pull request #1709 from pipecat-ai/vp-fix-fastpitch-params-update
Riva TTS: update FastPitch params
This commit is contained in:
@@ -79,8 +79,8 @@ class FastPitchTTSService(TTSService):
|
|||||||
self._voice_id,
|
self._voice_id,
|
||||||
self._language_code,
|
self._language_code,
|
||||||
sample_rate_hz=self.sample_rate,
|
sample_rate_hz=self.sample_rate,
|
||||||
audio_prompt_file=None,
|
zero_shot_audio_prompt_file=None,
|
||||||
quality=self._quality,
|
zero_shot_quality=self._quality,
|
||||||
custom_dictionary={},
|
custom_dictionary={},
|
||||||
)
|
)
|
||||||
for r in responses:
|
for r in responses:
|
||||||
|
|||||||
Reference in New Issue
Block a user