diff --git a/src/pipecat/services/ai_services.py b/src/pipecat/services/ai_services.py index b32eb708d..21ef8dfca 100644 --- a/src/pipecat/services/ai_services.py +++ b/src/pipecat/services/ai_services.py @@ -283,7 +283,7 @@ class AsyncTTSService(TTSService): self._stop_frame_task = None async def process_frame(self, frame: Frame, direction: FrameDirection): - super().process_frame(frame, direction) + await super().process_frame(frame, direction) if isinstance(frame, TTSSpeakFrame): await self.flush_audio()