From 371c2f3704354206be8e42982a6e255d38c2ceb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 31 Jan 2025 16:22:48 -0800 Subject: [PATCH] canonical: do not reset audio buffers --- src/pipecat/services/canonical.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pipecat/services/canonical.py b/src/pipecat/services/canonical.py index 884171b10..31bd6e89a 100644 --- a/src/pipecat/services/canonical.py +++ b/src/pipecat/services/canonical.py @@ -117,7 +117,6 @@ class CanonicalMetricsService(AIService): try: await self._multipart_upload(filename) await aiofiles.os.remove(filename) - audio_buffer_processor.reset_audio_buffers() except FileNotFoundError: pass except Exception as e: