Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 HTML5 和 CSS3 创建了一个移动 Web 应用程序,它没有任何本机功能。现在,我需要在我的应用程序中提供语音搜索功能。我探索并发现谷歌已经为所有平台推出了一款“谷歌语音应用”。我的问题是 - 我可以在我的纯移动 Web 应用程序中添加此功能,还是必须是本地调用才能识别语音?
你在寻找这样的东西吗:语音输入
Chrome 支持文本输入的语音识别。您可以通过在 HTML 中使用它来使用它
<input type=”text” speech x-webkit-speech />