From 21bed40484ba725566d3db1591d070518e70ce48 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 8 Jul 2025 23:11:29 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95(summary)=20add=20mutagen=20library=20?= =?UTF-8?q?for=20audio=20file=20duration=20detection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Install mutagen to analyze audio file metadata and determine recording length for summary processing. --- src/summary/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/summary/pyproject.toml b/src/summary/pyproject.toml index dbe7c892..799eba70 100644 --- a/src/summary/pyproject.toml +++ b/src/summary/pyproject.toml @@ -10,6 +10,7 @@ dependencies = [ "celery==5.5.3", "redis==5.2.1", "minio==7.2.15", + "mutagen==1.47.0", "openai==1.91.0", "posthog==6.0.3", "requests==2.32.4",