gpt4 book ai didi

jquery - HTML5/jQuery : Adjust audio volume on iPad

转载 作者:行者123 更新时间:2023-12-01 07:59:58 26 4
gpt4 key购买 nike

我在调整 iPad 上的音量时遇到问题。

我编写了一个简单的示例,该示例适用于所有浏览器(支持 HTML5 音频),但不适用于 iPad(我有一台装有最新 iOS (7.0.4) 的 iPad 4)。

您可以在此处找到示例:http://amplifon.netinvasion.ch

在此网站上,您会发现三个方 block ,如果您单击/触摸它,它们会发出短促的声音。右侧是用于调节音量的 slider 。

最佳答案

不幸的是,目前看来,Apple 根本不允许开发人员更改 volume HTML5设置<audio> iOS 中的元素:

https://developer.apple.com/library/safari/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Device-SpecificConsiderations/Device-SpecificConsiderations.html#//apple_ref/doc/uid/TP40009523-CH5-SW10

Volume Control in JavaScript

On the desktop, you can set and read the volume property of an <audio> or <video> element. This allows you to set the element’s audio volume relative to the computer’s current volume setting. A value of 1 plays sound at the normal level. A value of 0 silences the audio. Values between 0 and 1 attenuate the audio.

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.

关于jquery - HTML5/jQuery : Adjust audio volume on iPad,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20686738/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com