HTTP缓存改为异步

This commit is contained in:
nnwang
2026-02-08 15:29:09 +08:00
parent ec8672160d
commit 8edb021b70
2 changed files with 85 additions and 62 deletions

View File

@@ -201,6 +201,7 @@ elseif cmd == "play" then
end
-- 主播放循环
_G.audio_ready = true
os.pullEvent("audio_start")
while bytes_read < total_size and _G.Playopen do
-- 检查是否需要设置播放位置