add internal/audio_input module

This commit is contained in:
MihailRis
2025-10-31 23:30:29 +03:00
parent 284f24433c
commit fe8e4ba7b4
5 changed files with 39 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ local _ffi = ffi
local _debug_getinfo = debug.getinfo
function crc32(bytes, chksum)
local chksum = chksum or 0
chksum = chksum or 0
local length = #bytes
if type(bytes) == "table" then