I added the audio module to my current project and playing a WAV file:
local audio = require "audio"
...
function labelDatabase:onClick()
audio.play("Free_Test_Data_2MB_WAV.wav")
ui.info("Info about Database File")
end
Then I created an exe file with "wrtc.exe". In the field "Embed modules" I entert:
-sqlite -audio
The created program works perfectly. Can you share your programm on Github or so.