本文介绍了我如何使用Javascript在Web浏览器中收听关键字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我如何从Web浏览器中侦听关键字并捕获它时 - 使用JavaScript执行某些操作,例如在谷歌搜索应用程序中使用它们的Ok,google实现Android?
解决方案
你可以用pocketsphinx.js来做到这一点:
请参阅关键字spotting演示
How I can listen for a keyword from web browser and when it catched - do something using JavaScript like it implemented in google search app for android with their "Ok, google"?
解决方案
You can do it with pocketsphinx.js:
https://github.com/syl22-00/pocketsphinx.js
See keyword spotting demo
https://github.com/syl22-00/pocketsphinx.js/blob/master/webapp/live_kws.html
这篇关于我如何使用Javascript在Web浏览器中收听关键字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!