diff --git a/src/pipecat/services/ai_services.py b/src/pipecat/services/ai_services.py index 21ef8dfca..16280b024 100644 --- a/src/pipecat/services/ai_services.py +++ b/src/pipecat/services/ai_services.py @@ -260,7 +260,7 @@ class AsyncTTSService(TTSService): pass async def say(self, text: str): - await super.say(text) + await super().say(text) await self.flush_audio() async def start(self, frame: StartFrame):