diff --git a/src/pipecat/services/hume/tts.py b/src/pipecat/services/hume/tts.py index bba70a759..278626748 100644 --- a/src/pipecat/services/hume/tts.py +++ b/src/pipecat/services/hume/tts.py @@ -100,6 +100,7 @@ class HumeTTSService(WordTTSService): super().__init__( sample_rate=sample_rate, push_text_frames=False, + push_stop_frames=True, **kwargs, )