updated
This commit is contained in:
@@ -23,7 +23,9 @@ local function getSoundStream(fileName)
|
||||
end
|
||||
|
||||
local function playSound(speaker, fileName)
|
||||
local values = io.lines(getSoundStream(fileName), 16 * 1024)
|
||||
local fileStream = getSoundStream(fileName)
|
||||
print(fileStream)
|
||||
local values = io.lines(fileStream, 16 * 1024)
|
||||
for input in values do
|
||||
print("playing audo....")
|
||||
local decoded = decoder(input)
|
||||
|
||||
Reference in New Issue
Block a user