大约有 61 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0038 秒)
...题,另一个是:The AudioContext was not allowed to start. It must be resume (or created) after a user gesture on the page ;感觉这两个不应该影响业务逻辑才对啊
来源: Laya_社区 发布时间: 20180424
...要变调,就必须先改变playbackRate后,pause一次,然后立刻resume,但是每帧(或者每0.1秒)这样做,会出现爆音、破音,是小游戏限制无法实现这个功能吗还是我没正确使用呢? 2026-01-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20260115
...示内容如下: The AudioContext was not allowed to start. It must be resume (or created) after a user gesture on the page https://ask.layabox.com/question/14328 回答过于简单;在下对引擎/其它相关知识 了解不深 不知道 autoplay-policy 该用在何处 2018-05-09 添加评...
来源: Laya_社区 发布时间: 20180509
...laya.core.js:12425 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu 2019-07-01 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 嘿哈 相关问题 微信关...
来源: Laya_社区 发布时间: 20190211
... if (source.context.state === 'suspended') { source.context.resume(); } } 2017-11-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ymsdandan 赞同来自: 我们正在对各个浏览器进...
来源: Laya_社区 发布时间: 20171114
...的WebAudioSoundChannel对象被pause了,等到合适的时机并没有resume。@Laya_Aaron xiaomao999 • 2018-12-06 20:13 @Victor 这块具体改了什么呢?这边在20的版本上。这两个值还是会一直增加不会减少额 Victor • 2018-12-07 11:58 @xiaomao999: 看下这个地址...
来源: Laya_社区 发布时间: 20181016
...ZONE 微信 KevinWoo 赞同来自: Laya.Browser.document.addEventListener("resume", this.focus); Laya.Browser.document.addEventListener("pause", this.pause); 监听这两个事件就可以了。 2018-07-26 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请...
来源: Laya_社区 发布时间: 20170713
...式提示如下: The AudioContext was not allowed to start. It must be resume (or created) after a user gesture on the page 在下小白 ,请回答的详细点。最好有代码实例; 2018-05-09 1 条评论 已悬赏3元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20180509
...@ bundle-f6bf8.js:1 8The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. <URL> Scene.ts:402 Error loading Loading.ls: Error: unknown type 'xmaaYG8AQ1yC07pr_JvyPA' (anonymous) @ Scene.ts:402 Promise.then (async) load @ Scene.ts:395 open @...
来源: Laya_社区 发布时间: 20240724
...StageClick = function(){ this.infoLabel.text = ""; resume(); } _proto.hp = function(value){ this.hpLabel.text = "HP:" + value; } _proto.level = function(value){ this.levelLabel.text = "Level:" + value; } _proto.score...
来源: Laya_社区 发布时间: 20170416