编程语言
首页 > 编程语言> > javascript – 有没有可能在IOS上控制HTML5音量?

javascript – 有没有可能在IOS上控制HTML5音量?

作者:互联网

我使用html5音频库Buzz将声音添加到浏览器游戏中.有一个切换按钮可以静音和取消静音,适用于台式机和Android设备.不幸的是,似乎音频标签在IOS上非常有限,所以我无法在Mobile Safari中静音(见https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Introduction/Introduction.html):

On iOS devices, the audio level is always under the user’s physical control. The volume property is not settable in JavaScript. Reading the volume property always returns 1.

你知道在Mobile Safari中控制html5音频标签量的任何解决方法吗?

解决方法:

我一直认为动态音量控制,当然我们都知道,交叉渐变是不可能的.苹果已经断言它是如此.除了….显然Kodo Games的人(特别是Nicola Hibbert?)已经把它拉下来并让代码可供任何人使用.我刚刚在iOS 8上查看了它.淡入淡出和交叉淡入淡出似乎工作!

检查出来(新网站有效):Getting Started with Web Audio API

标签:javascript,html5,mobile-safari,html5-audio,buzz-js
来源: https://codeday.me/bug/20191001/1839285.html