谢春 Laya.SoundManager.playSound(BOX_OVER[0]);连续播放多个短音频文件时,报错,并有些播放不出来 VM693:1 (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
谢春 问题已解决,原因是音频文件放在服务器端,在微信小游戏中,不管使不使用Loader来加载,都会有这个问题,把音频文件放到本地,再使用Loader来加载就可以了如果能加载网络音频,能否告知怎么使用?//预加载声音Laya.loader.load(BOX_OVER, Laya.Handler.create(this, this.onComplete), null, Laya.Loader.SOUND);