0

我将 Web Speech API 用于本地网站(看起来像 10 .. .***) https://developers.google.com/web/updates/2013/01/Voice-Driven-Web-Apps-Introduction-to- the-Web-Speech-API

当我在智能手机上使用 google 提供的演示时,效果很好: https ://www.google.com/intl/en/chrome/demos/speech.html

但是当我恢复演示的来源并将其放在我的网站上(不更改任何内容)时,这不起作用: https ://github.com/GoogleChrome/webplatform-samples/tree/master/webspeechdemo

此外,还写着:使用麦克风的权限被拒绝

但是没有请求许可(不像谷歌的站点演示)

你有解决方案吗?我完全封锁

这是 Google Chrome Android 的第 60 版

4

1 回答 1

0

这是因为您正在使用http://. 您需要使用安全站点,https://.

于 2017-11-14T12:53:38.893 回答