From 3875cb968827a87629968d7e0f8ae4e63196940c Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sun, 15 Jun 2025 20:34:32 -0400 Subject: [PATCH] test --- speaker_driver.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/speaker_driver.lua b/speaker_driver.lua index a81c9a6..d25263b 100644 --- a/speaker_driver.lua +++ b/speaker_driver.lua @@ -41,7 +41,11 @@ local function createSoundFile(fileName) local fullPath = baseRoute .. name shell.execute("rm", name) - local response = http.request(fullPath) + local response = http.request({ + url = fullPath, + method = "GET", + binary = true + }) local event, url, handle repeat