Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试像以前一样播放音频,但现在似乎无法正常工作。这些是我尝试过的代码:
local birdSound = audio.loadSound("bird.mp3") audio.play(birdSound)
它给出了这样的错误:
警告:无法创建音频声音
你能帮我吗?谢谢。
更改文件的比特率(增加)帮助我解决了问题。感谢 SatheeshJM!