大约有 4 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0021 秒)
...){ if (Render.isConchApp){ var ext=Utils.getFileExtension(url); if (ext !="wav" && ext !="ogg"){ alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if(!SoundManager._isActive || SoundManager._mute...
来源: Laya_社区 发布时间: 20181019
...er.isConchApp) { var ext:String = Utils.getFileExtension(url); if (ext != "wav" && ext != "ogg") { alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if (_soundMuted) return null; } var tSound:Sou...
来源: Laya_社区 发布时间: 20190115
...音效是.mp3就不行了,会出现下面这个错误 音效是只能用 wav or ogg? 但以前项目用 Egret的时候 音效都是可以用.mp3... 附件 : --> 2017-06-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...
来源: Laya_社区 发布时间: 20170619
... { if (Render.isConchApp){ var ext=Utils.getFileExtension(url); if (ext !="wav" && ext !="ogg"){ alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } // if (SoundManager._soundMuted)return null; }; ...
来源: Laya_社区 发布时间: 20180709