大约有 2 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0013 秒)
...提示信息,提示信息如下: `The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document.` 这个时候需要把mp3转换成wav或者ogg格式。 ## 4.解决兼容性 如果你的项目在网页版本中音效使用mp3格式,但...
来源: Laya2.0_文档 发布时间: 20210715
... !url) return null; if (_muted) return null; _recoverWebAudio(); url = URL.formatURL(url); if (url == _tMusic) { if (_musicMuted) return null; } else { if (Render.isConchApp) { var ext:String = Utils.getFileExtension(url); if (ext != "wav" && ext != "ogg") { alert("The sound only supports wa...
来源: Laya_社区 发布时间: 20190115