This commit is contained in:
2025-06-16 19:47:46 -04:00
parent 601654efe3
commit 2689f66e13
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ local function playSound(speaker, fileName)
for input in values do
print("playing audo....")
local decoded = decoder(input)
while not speaker.playAudio(decoded) do
while not speaker.playAudio(decoded, 127) do
os.pullEvent("speaker_audio_empty")
end
end