【问题标题】:Chrome doesn't support web kit speech?Chrome 不支持 web kit 语音?
【发布时间】:2015-11-12 16:04:12
【问题描述】:

我的浏览器是最新版本 44.0.2403.155 m。

但是this 链接说Your browser does not support web kit speech so a standard input box will be shown. 为什么会这样?我错过了什么?

【问题讨论】:

    标签: google-chrome google-chrome-extension webkit


    【解决方案1】:

    该链接显然使用了一些过时的实现。

    Chrome 平台状态网站lists 另一个例子:http://simpl.info/stt/

    George Ornbo (more) 的基本用法示例:

    var recognition = new webkitSpeechRecognition();
    recognition.onresult = function(event) { 
      console.log(event) 
    }
    recognition.start();
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-04-19
      • 2019-06-04
      • 2022-08-20
      • 2021-06-17
      • 1970-01-01
      相关资源
      最近更新 更多