Update src/pipecat/services/hume/tts.py

Co-authored-by: Mark Backman <m.backman@gmail.com>
This commit is contained in:
Ivan A
2025-11-18 20:30:44 +01:00
committed by GitHub
parent a38f208135
commit 4ae1819645

View File

@@ -100,6 +100,7 @@ class HumeTTSService(WordTTSService):
super().__init__(
sample_rate=sample_rate,
push_text_frames=False,
push_stop_frames=True,
**kwargs,
)