语音识别APIChromeIOS?
Speech recognition API Chrome IOS?
我正在尝试实现语音 recognition/synthesis 是一个使用 Chrome 的网络应用程序。我的应用程序在 Mac/Win 上运行良好,但在 IOS 上运行不佳。我听到关于 IOS 支持的相互矛盾的事情。
演讲 API 是否适用于 Chrome IOS?
如果是这样,您是否需要做任何特殊的事情来编程或使用它?
这是应用程序:https://viseyes.org/liza
目前 iOS Chrome 不支持。每 the Web Speech API documentation、"Support for Web Speech API speech recognition is curently limited to Chrome for Desktop and Android — Chrome has supported it since around version 33 but with prefixed interfaces, so you need to include prefixed versions of them, e.g. webkitSpeechRecognition."
我正在尝试实现语音 recognition/synthesis 是一个使用 Chrome 的网络应用程序。我的应用程序在 Mac/Win 上运行良好,但在 IOS 上运行不佳。我听到关于 IOS 支持的相互矛盾的事情。
演讲 API 是否适用于 Chrome IOS? 如果是这样,您是否需要做任何特殊的事情来编程或使用它?
这是应用程序:https://viseyes.org/liza
目前 iOS Chrome 不支持。每 the Web Speech API documentation、"Support for Web Speech API speech recognition is curently limited to Chrome for Desktop and Android — Chrome has supported it since around version 33 but with prefixed interfaces, so you need to include prefixed versions of them, e.g. webkitSpeechRecognition."