大约有 5 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0017 秒)
...目前还无法解析。 **Tips:** **1、LayaNative中的音效只支持wav和ogg格式。** **2、wav和ogg只支持8位和16位,尚不支持32位。** **Tips:** wav和ogg建议使用22050采样率、16bit、单声道。 ## 3.提示信息 如果调用`SoundManager.playSound()`,但是传入的...
来源: Laya2.0_文档 发布时间: 20210715
...){ 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