大约有 15 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
...之后就会出现: JCWaveInfo::LoadData No a valid wave file! JCAudioWavPlayer::AddWaveInfo wave paser err 报错的源码位置: AudioSoundChannel 类的 play() 方法: if("play" in this._audio) this._audio.play(); 不知道为什么,一次完成之后这个audio的pla...
来源: Laya_社区 发布时间: 20200723
播放BGM 的时候 会在laya.core.js 的 16715行 this._audio.play(); 报黄条条 导致打包好的项目卡死 播放BGM 的时候 会在laya.core.js 的 16715行 this._audio.play(); 报黄条条 导致打包好的项目卡死 2018-07-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20180717
...playSound("sounds/fish.mp3", 1, Handler.create(this, this.onComplete),Laya.AudioSound); 后来在html里加了一个audio标签,看看原始的audio能不能播。 <audio src="sounds/fish.mp3"> 您的浏览器不支持 audio 标签。 </audio> 然后奇怪的事情发生了,现在可...
来源: Laya_社区 发布时间: 20170823
声音播放问题 native下采用Audio播放导致声音每次都是从头播放 声音播放问题,调试发现手机浏览器不支持 webAudio 采用 Audio 方式播放,然后导致了暂停声音恢复播放 resume() 都是从头播放的,请问这个有办法解决吗 (我...
来源: Laya_社区 发布时间: 20200922
...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
...很简单,附件为复现工程,具体代码在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
... _pause = true }) 也尝试过 Laya.SoundManager.useAudioMusic = true; 但还是没用 2020-09-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 9 个回复 Nevermore 赞同来自: 我发现 这个 ...
来源: Laya_社区 发布时间: 20200921
...关的链接 提交 1 个回复 Laya_Aaron 赞同来自: SoundManager.useAudioMusic = false; 在前面加上这一行,系统就接受设置的值了, 这种是采用webaudio ,之前是audio 系统拒绝赋值, webaudio这种方式的音乐会导致内存使用增大。 2019-06-06 0 1 分享 ...
来源: Laya_社区 发布时间: 20190605
...才能播放,这个怎么解决? 代码:SoundManager.playMusic("res/audio/Music/angelaTheme1-1_SFX_OGGSTREAM.mp3", 1, new Laya.Handler(this, this.onComplete)); 2018-11-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20181122
...var GameUI=(function(_super){ function GameUI(){ this.btn_start=null; this.audio=null; GameUI.__super.call(this); } CLASS$(GameUI,'ui.GameUI',_super); var __proto__=GameUI.prototype; var Mole=(function(){ function Mole(btn_start){ alert(1) }; })() 2018-05-04 添加评论 免费帖 --> 分享 微博 ...
来源: Laya_社区 发布时间: 20180504