From d9208faf50e8c151687c3c4341926cdde2d4e229 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 7 Jul 2025 17:17:17 -0600 Subject: [PATCH] Added Audio Streaming Dependencies to Agent --- Data/Agent/agent-requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Data/Agent/agent-requirements.txt b/Data/Agent/agent-requirements.txt index 43a50dd..d8edbab 100644 --- a/Data/Agent/agent-requirements.txt +++ b/Data/Agent/agent-requirements.txt @@ -20,4 +20,8 @@ Pillow # Image processing (Windows) ###av # Required by aiortc for video/audio codecs # Macro Automation -pywinauto # Windows-based Macro Automation Library \ No newline at end of file +pywinauto # Windows-based Macro Automation Library + +# Audio Streaming Dependencies +sounddevice +numpy \ No newline at end of file