actually save the file

This commit is contained in:
Kwindla Hultman Kramer
2024-09-25 10:59:00 -07:00
parent 3621fceae2
commit 3d43ad0f4d

View File

@@ -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()