我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。
Closed 8 years ago.
我想尝试利用像“灰色”或“原状”这样的简单声音指令,制造一种 j状幻灯。 是否有办法利用谷歌的声音识别? 我知道 Chromex-webkit-speech的情况,但我不得不点击一个纽州加以使用。
我尝试过麻省理工学院的非洲工业部长会议,但我发现这比谷歌演讲的认知要慢,不准确。
我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。
Closed 8 years ago.
我想尝试利用像“灰色”或“原状”这样的简单声音指令,制造一种 j状幻灯。 是否有办法利用谷歌的声音识别? 我知道 Chromex-webkit-speech的情况,但我不得不点击一个纽州加以使用。
我尝试过麻省理工学院的非洲工业部长会议,但我发现这比谷歌演讲的认知要慢,不准确。
As of today this now exists, for Chrome: http://chrome.blogspot.co.uk/2013/01/hello-browser.html
(api doc)
简言之,为了方便地做到这一点,将网站annyang,这是一个处理语音识别问题的图书馆。
问题在于如何反映用户的演讲,并送它一些语言服务器处理。 X-webkit-speech被装入浏览器,浏览器使用PC的正确卡来掌握演讲。 单靠浏览器的Javascript/Jquery无法使用硬件设备。 我不知道 Chrome是否暴露了OMM的任何X-webkit-speech物体,以便你能够通过Javascript捕获。
尽管如此,人们已经扭转了谷歌演讲台的工程,并从代码中使用了该台。 见。 http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/。 例如。
我发现这一点,我没有亲自使用,我不知道这是否完全是你所期望的,而是看一看。
How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.
I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...
Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...
Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...
I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...
Is it possible for someone to give me a few pointers on how to display a multidimensional array in the form of a bar graph? The array is multidimensional, with three elements in each part - and the ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.