• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 101 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)

21. H5启动自动播放背景音乐+多个游戏音效自动播放? [ 83%]

...的iOS系统和Android系统为了节省用户流量,对于Html5中的 audio 和 video标签的 preload 和 autopaly 标签 会自动拦截,除非用户手动点击 交互才会执行。   安卓下,同时只能播放一个audio音频,不支持多个audio音频同时播放,所以,安卓...

来源: Laya_社区 发布时间: 20170722

22. laya.net.Downloader_API3.0 [ 83%]

...s Downloader Hierarchy Downloader Index Properties httpRequestPool Methods audio common image imageWithBlob imageWithWorker Properties httpRequestPool httpRequestPool: Array<HttpRequest> = [] Defined in laya/net/Downloader.ts:80 Methods audio audio(owner: any, url: string, originalUrl: string,...

来源: Laya3.0_api 发布时间: 20231115

23. ipad 声音管理无法暂停继续播放,只能从头开始,pc端正常,代码如下 [ 83%]

... 提交 2 个回复 Laya_Aaron 赞同来自: 1987c private static var _useAudioMusic:Boolean = true; /**      * <code>SoundManager</code> 是一个声音管理类。提供了对背景音乐、音效的播放控制方法。      * 引擎默认有两套声音方案:WebAudio和H5A...

来源: Laya_社区 发布时间: 20190919

24. 打包后的app按钮音效会有延迟;怎么解决 [ 82%]

...16 0 0 分享 微博 QZONE 微信 JQCN 赞同来自: LayaAir引擎通过WebAudioAudio来播放(优先使用WebAudio)音频,WebAudio以及Audio在不同设备本身存在兼容问题,比如: 1. Android 4.4,用Audio播放有延时(4.4本身不支持WebAudio),而且是偶尔延时...

来源: Laya_社区 发布时间: 20170106

25. ios13浏览器添加到桌面标签音频问题 [ 82%]

...率会恢复渲染,但是声音就没有了. 初步排查,应该是使用H5Audio的原因,使用H5Audio播放音乐后,切换后台再切换回前台,在document的visibilityChange的监听事件里Browser.document.visibilityState的值是hidden,应该是visible 这边做了临时处理 在core.js...

来源: Laya_社区 发布时间: 20200808

26. 用javascript如何实现游戏登录游戏前的资源加载进度,如何将图片,音乐等素材加载到界面通过加载条显示加载进度 [ 82%]

...T }, { url: "res/settings/String_EN.csv", type: Loader.TEXT }, { url: "res/audio/PK_10_BGM_Short.mp3", type: Loader.SOUND }, { url: "res/audio/PK_10_Car_ Final.mp3", type: Loader.SOUND }, { url: "res/audio/PK_10_Car_Amb(Loop).mp3", type: Loader.SOUND }, { url: "res/audio/PK_10_Car_End.mp3", type: Lo...

来源: Laya_社区 发布时间: 20171204

27. qq小游戏网络音效无法重复播放(有复现demo) [ 82%]

...很简单,附件为复现工程,具体代码在GameUiTest.js this.imaAudioLocal.on(Laya.Event.CLICK, this, ()=>{ let resUrl = "res/audio/sound_click.wav"; Laya.SoundManager.playSound(resUrl, 1); });  this.imaAudioNet.on(Laya.Event.CLICK, this, ()=>{ let resUrl = "https://具体地址见...

来源: Laya_社区 发布时间: 20200225

28. 微信小游戏加载资源问题 [ 80%]

...MERIC = 16; class MiniSoundChannel extends Laya.SoundChannel { constructor(audio, miniSound) { super(); this._audio = audio; this._miniSound = miniSound; this._onEnd = MiniSoundChannel.bindToThis(this.__onEnd, this); audio.onEnded(this._onEnd); } static bindToThis(fun, scope) { var rst = fun; rst = ...

来源: Laya_社区 发布时间: 20200103

29. ts编译为js后 [ 79%]

ts编译为js后 var AudioCommand = (function(_super) { function AudioCommand() { AudioCommand.__super.call(this); } __class(AudioCommand, 'model.resource.audio.controller.AudioCommand', _super); 1.AudioCommand.__super.call(this); 2.__class(AudioCommand, 'model.resource.audio.controller.AudioComman...

来源: Laya_社区 发布时间: 20180313

30. chrome 音效 [ 77%]

...播放声音。 Google在本周更新了Chrome 66,暂时移除针对Web Audio API的自动播放政策。似乎Chrome 70中会再度实施。 之后webAudioSound针对chrome会有相应更新吗 2018-05-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

来源: Laya_社区 发布时间: 20180518