使用audioEngine播放声音碰到一个很诡异的问题,在creator中调试正常,生成微信小游戏后,声音播放24次后在播放就不发声了
有人碰到过吗?
function playSound(sound){
console.log(“声音1”)
if(Global.Sound){
console.log(“声音2”,sound)
var current = cc.audioEngine.play(sound, false, 1);
}
}
使用audioEngine播放声音碰到一个很诡异的问题,在creator中调试正常,生成微信小游戏后,声音播放24次后在播放就不发声了
有人碰到过吗?
function playSound(sound){
console.log(“声音1”)
if(Global.Sound){
console.log(“声音2”,sound)
var current = cc.audioEngine.play(sound, false, 1);
}
}
没有人碰到过吗