[]LayaAir 1.7.19 beta 声音播放这里有个bug吗?
将 this.gain.gain.setTargetAtTime(v,this.context.currentTime,0); 最后一个参数改成 非 0 即可通过,这个为啥了?
难道 js 和 ts 这里有冲突吗?
我设置声音播放的是
难道 js 和 ts 这里有冲突吗?
我设置声音播放的是
Laya.SoundManager.playSound(url);url 是一个mp3 文件,这个之前用 1.7.13 的引擎都是没有问题的
没有找到相关结果
已邀请:
要回复问题请先登录
2 个回复
Aar0n
赞同来自:
Supermang42
赞同来自:
请问一下第三個参数预设为 0 的作用是 ?
假如我改成 this.gain.gain.setTargetAtTime( v, this.context.currentTime, 9999 ); 是否会影响到功能 ?