windowsに搭載されている、powershellを使ってwavファイルを再生する方法です

 

local wavfile="wavファイルへの絶対パス"

io.popen("powershell -command -(New-Object Media.SoundPlayer "..wavfile..").PlaySync()","w"):close()