Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 保留html视频元素上的基音(preservesPitch、mozPreservesPitch、webkitPreservesPitch)_Javascript_Html_Audio_Html5 Video_Pitch - Fatal编程技术网

Javascript 保留html视频元素上的基音(preservesPitch、mozPreservesPitch、webkitPreservesPitch)

Javascript 保留html视频元素上的基音(preservesPitch、mozPreservesPitch、webkitPreservesPitch),javascript,html,audio,html5-video,pitch,Javascript,Html,Audio,Html5 Video,Pitch,我正试图通过修改video.playbackRate来禁用播放慢动作的视频元素上的preservesPitch功能 在chrome video.webkit上,Spitch是未定义的,如果我设置为false或true,则声音没有差别 表示“此API尚未标准化” 你知道在浏览器上禁用preservesPitch功能的方法吗? 谢谢。从Chrome 86开始,您可以使用该属性。从Chrome 86开始,您可以使用该属性。

我正试图通过修改video.playbackRate来禁用播放慢动作的视频元素上的preservesPitch功能

在chrome video.webkit上,Spitch是未定义的,如果我设置为false或true,则声音没有差别

表示“此API尚未标准化”

你知道在浏览器上禁用preservesPitch功能的方法吗? 谢谢。

从Chrome 86开始,您可以使用该属性。从Chrome 86开始,您可以使用该属性。