Skip to content

Commit

Permalink
actually save the file
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindla committed Sep 25, 2024
1 parent 3621fce commit 3d43ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipecat/services/ai_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async def cancel(self, frame: CancelFrame):
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()

Expand Down

0 comments on commit 3d43ad0

Please sign in to comment.