180*****858 将 this.gain.gain.setTargetAtTime(v,this.context.currentTime,0); 最后一个参数改成 非 0 即可通过,这个为啥了? 难道 js 和 ts 这里有冲突吗? 我设置声音播放的是 Laya.SoundManager.playSound(url);url 是一个mp3 文件,这个之前用 1.7.13 的引擎都是没有问题的
Supermang42 this.gain.gain.setTargetAtTime(v,this.context.currentTime,0); 请问一下第三個参数预设为 0 的作用是 ?假如我改成 this.gain.gain.setTargetAtTime( v, this.context.currentTime, 9999 ); 是否会影响到功能 ?